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 b6390a3 commit 128d526Copy full SHA for 128d526
.github/workflows/test-ci.yml
@@ -29,7 +29,7 @@ jobs:
29
composer install --no-interaction --prefer-source --dev
30
31
- name: Install dependencies(php8)
32
- if: ${{ matrix.php-versions == '8.0' }}
+ if: ${{ matrix.php-versions == '8.0.0' }}
33
run: |
34
echo ${{ matrix.php-versions }}
35
composer require phpunit/phpunit=9.0.0
0 commit comments