We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79cf203 commit 259cef9Copy full SHA for 259cef9
.github/workflows/ci.yaml
@@ -57,22 +57,11 @@ jobs:
57
- name: "Require symfony/flex"
58
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main
59
60
- - if: matrix.php-version != '8.0'
61
- run: composer update
+ - run: composer update
62
63
- - if: matrix.php-version == '8.0'
64
- run: composer update --ignore-platform-req=php
65
-
66
67
- name: "Install PHPUnit"
+ - name: "Install PHPUnit"
68
run: vendor/bin/simple-phpunit install
69
70
71
- name: "Install PHPUnit for PHP 8"
72
- run: |
73
- echo 'SYMFONY_PHPUNIT_VERSION=9.4' >> $GITHUB_ENV
74
- vendor/bin/simple-phpunit install
75
76
- name: "PHPUnit version"
77
run: vendor/bin/simple-phpunit --version
78
0 commit comments