We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698b5c0 commit 1ed2223Copy full SHA for 1ed2223
1 file changed
.github/workflows/continuous-integration.yml
@@ -74,8 +74,8 @@ jobs:
74
- name: "Check PHP configuration"
75
run: >
76
if vendor/bin/phpunit --atleast-version 12.3.1 > /dev/null ||
77
- vendor/bin/phpunit --atleast-version 11.5.29 > /dev/null ||
78
- vendor/bin/phpunit --atleast-version 10.5.49 > /dev/null; then
+ vendor/bin/phpunit --atleast-version 11.5.29 > /dev/null && ! vendor/bin/phpunit --atleast-version 12.0.0 > /dev/null ||
+ vendor/bin/phpunit --atleast-version 10.5.49 > /dev/null && ! vendor/bin/phpunit --atleast-version 11.0.0; then
79
vendor/bin/phpunit --check-php-configuration;
80
fi
81
0 commit comments