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 be07b8c commit cca71b5Copy full SHA for cca71b5
.github/workflows/unit-tests.yml
@@ -17,7 +17,6 @@ jobs:
17
18
- name: Setup PHP
19
uses: shivammathur/setup-php@v2
20
- if: ${{ matrix.php != '7.4' }}
21
with:
22
php-version: ${{ matrix.php-versions }}
23
coverage: none
@@ -37,5 +36,4 @@ jobs:
37
36
run: composer install --no-interaction --prefer-dist --no-suggest --no-progress
38
39
- name: Run test suite
40
41
run: composer test
0 commit comments