Skip to content

Commit 8e1046a

Browse files
authored
Update the "Validate pull request" workflow (AdobeDocs#150)
* Update Validate pull request Remove configuration required for the suggested changes feature as the feature was removed until further improvements * Fix outdated link
1 parent a95c76b commit 8e1046a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/super-linter.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
FIX_MARKDOWN=true
21
IGNORE_GITIGNORED_FILES=true
32
MARKDOWN_CONFIG_FILE=.markdownlint.yml
43
VALIDATE_ALL_CODEBASE=false

.github/workflows/test-pull-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
permissions:
77
contents: read
88
statuses: write
9-
pull-requests: write
109

1110
jobs:
1211
testing:

src/pages/guide/unit/command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The option `-c dev/tests/unit/phpunit.xml.dist` specifies the configuration file
3535

3636
If custom configuration settings are required (more on that later), the file `dev/tests/unit/phpunit.xml.dist` can be copied to `dev/tests/unit/phpunit.xml` and adjusted as needed. In that case modify the `-c` flag accordingly.
3737

38-
PHPUnit has many additional command line options. Please refer to the [PHPUnit documentation](https://phpunit.de/manual/4.1/en/textui.html#textui.clioptions) for more information (currently Commerce uses PHPUnit version 4.1.0, 2.2.x uses PHPUnit version 6.x).
38+
PHPUnit has many additional command line options. Please refer to the [PHPUnit documentation](https://docs.phpunit.de/en/10.5/textui.html#command-line-options) for more information (Commerce v2.4.8 uses PHPUnit version 10.x, earlier 2.4.x versions use PHPUnit version 9.x).
3939

4040
## Solutions to common problems
4141

0 commit comments

Comments
 (0)