We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e36dc5 commit cbb36aaCopy full SHA for cbb36aa
.github/workflows/tests.yml
@@ -53,9 +53,4 @@ jobs:
53
run: "composer update --no-interaction --no-progress --optimize-autoloader"
54
55
- name: "Run tests"
56
- if: "${{ '8.1' != matrix.php-version }}"
57
run: "./vendor/bin/simple-phpunit"
58
-
59
- - name: "Run tests for php 8.1"
60
- if: "${{ '8.1' == matrix.php-version }}"
61
- run: "SYMFONY_PHPUNIT_VERSION=9.5 ./vendor/bin/simple-phpunit"
0 commit comments