File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676
7777 - name : " Check PHP configuration"
7878 run : >
79- if vendor/bin/phpunit --atleast-version 12.3.1 > /dev/null ||
80- vendor/bin/phpunit --atleast-version 11.5.29 > /dev/null ||
81- vendor/bin/phpunit --atleast-version 10.5.49 > /dev/null; then
79+ if vendor/bin/phpunit --atleast-version 10.0.0; then
8280 vendor/bin/phpunit --check-php-configuration;
8381 fi
8482
Original file line number Diff line number Diff line change 7373
7474 - name : " Check PHP configuration"
7575 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
76+ if vendor/bin/phpunit --atleast-version 10.0.0 > /dev/null; then
7977 vendor/bin/phpunit --check-php-configuration;
8078 fi
8179
You can’t perform that action at this time.
0 commit comments