We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc13b76 commit d1368f1Copy full SHA for d1368f1
.github/workflows/compat_tests.yaml.yml
@@ -14,13 +14,13 @@ jobs:
14
actions:
15
-
16
name: 'Along PHPUnit 10'
17
- run: composer require "phpunit/phpunit:10.*"
+ run: composer require "phpunit/phpunit:10.*" -W
18
19
name: 'Along PHPUnit 11'
20
- run: composer require "phpunit/phpunit:11.*"
+ run: composer require "phpunit/phpunit:11.*" -W
21
22
name: 'Along PHPUnit 12'
23
- run: composer require "phpunit/phpunit:12.*"
+ run: composer require "phpunit/phpunit:12.*" -W
24
25
name: ${{ matrix.actions.name }}
26
0 commit comments