Skip to content

Commit 488a5f3

Browse files
committed
fixup! chore: avoid phpunit/paratest incompat in CI
1 parent 777cfb6 commit 488a5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Paratest 7.4.6, which fixes the incompatibility, requires PHP 8.2
3838
- php-version: "8.1"
3939
phpunit-version: "10"
40-
update-constraints: "--with=phpunit/phpunit:<10.5.32"
40+
update-constraints: "'--with=phpunit/phpunit:<10.5.32'"
4141
exclude:
4242
# PHPUnit ^11 requires PHP 8.2
4343
- phpunit-version: "11"

0 commit comments

Comments
 (0)