We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320e3c1 commit 674e23fCopy full SHA for 674e23f
.github/workflows/test-ci.yml
@@ -31,10 +31,11 @@ jobs:
31
- name: Install dependencies(php8)
32
if: ${{ matrix.php-versions == '8.0' }}
33
run: |
34
- composer self-update
35
- composer install --no-interaction --prefer-source --dev
36
- composer remove phpunit/phpunit --dev
+ echo ${{ matrix.php-versions }}
+# composer self-update
37
composer require phpunit/phpunit=8.0.0
+ composer install --no-interaction --prefer-source --dev
38
+
39
40
- name: Run cases
41
0 commit comments