Skip to content

Commit 63a4958

Browse files
committed
fix broken github actions matrix
1 parent 125e299 commit 63a4958

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
fail-fast: false
1010
max-parallel: 4
1111
matrix:
12-
coverage: ['none']
1312
include:
1413
- php: '7.0'
1514
phpseclib: '^2.0'
@@ -65,7 +64,7 @@ jobs:
6564

6665
- name: PHPUnit tests
6766
run: ./vendor/bin/phpunit --exclude-group proxy
68-
if: matrix.coverage == 'none'
67+
if: matrix.coverage != 'xdebug'
6968

7069
- name: PHPUnit tests and Log Code coverage
7170
run: ./vendor/bin/phpunit --exclude-group proxy --coverage-clover=coverage.xml

0 commit comments

Comments
 (0)