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 128d526 commit 8682b2bCopy full SHA for 8682b2b
.github/workflows/test-ci.yml
@@ -23,7 +23,7 @@ jobs:
23
php-version: ${{ matrix.php-versions }}
24
25
- name: Install dependencies
26
- if: ${{ matrix.php-versions != '8.0' }}
+ if: ${{ matrix.php-versions != '8.0.0' }}
27
run: |
28
composer self-update
29
composer install --no-interaction --prefer-source --dev
0 commit comments