Skip to content

Commit 4d4ec72

Browse files
committed
Test
1 parent 70299c4 commit 4d4ec72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ jobs:
187187
run: composer install --no-progress --prefer-dist --optimize-autoloader
188188

189189
- name: Run unit tests with coverage
190-
if: ${{ matrix.php-versions == '8.1' }}
190+
if: ${{ matrix.php-versions == '8.0' }}
191191
run: vendor/bin/phpunit
192192

193193
- name: Run unit tests (no coverage)
194-
if: ${{ matrix.php-versions != '8.1' }}
194+
if: ${{ matrix.php-versions != '8.0' }}
195195
run: vendor/bin/phpunit --no-coverage
196196

197197
- name: Save coverage data
198-
if: ${{ matrix.php-versions == '8.1' }}
198+
if: ${{ matrix.php-versions == '8.0' }}
199199
uses: actions/upload-artifact@v3
200200
with:
201201
name: coverage-data

0 commit comments

Comments
 (0)