Skip to content

Commit d1368f1

Browse files
committed
fixup! misc
1 parent fc13b76 commit d1368f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compat_tests.yaml.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
actions:
1515
-
1616
name: 'Along PHPUnit 10'
17-
run: composer require "phpunit/phpunit:10.*"
17+
run: composer require "phpunit/phpunit:10.*" -W
1818
-
1919
name: 'Along PHPUnit 11'
20-
run: composer require "phpunit/phpunit:11.*"
20+
run: composer require "phpunit/phpunit:11.*" -W
2121
-
2222
name: 'Along PHPUnit 12'
23-
run: composer require "phpunit/phpunit:12.*"
23+
run: composer require "phpunit/phpunit:12.*" -W
2424

2525
name: ${{ matrix.actions.name }}
2626

0 commit comments

Comments
 (0)