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 70299c4 commit 4d4ec72Copy full SHA for 4d4ec72
.github/workflows/php.yml
@@ -187,15 +187,15 @@ jobs:
187
run: composer install --no-progress --prefer-dist --optimize-autoloader
188
189
- name: Run unit tests with coverage
190
- if: ${{ matrix.php-versions == '8.1' }}
+ if: ${{ matrix.php-versions == '8.0' }}
191
run: vendor/bin/phpunit
192
193
- name: Run unit tests (no coverage)
194
- if: ${{ matrix.php-versions != '8.1' }}
+ if: ${{ matrix.php-versions != '8.0' }}
195
run: vendor/bin/phpunit --no-coverage
196
197
- name: Save coverage data
198
199
uses: actions/upload-artifact@v3
200
with:
201
name: coverage-data
0 commit comments