Skip to content

Commit 5e5530b

Browse files
committed
Fix disable phpunit on PHP 8.0 run because fail
1 parent 6df4de4 commit 5e5530b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
if: matrix.php-version == '7.4'
7171
run: vendor/bin/psalm --no-progress
7272

73-
- name: PHPUnit run
73+
- name: PHPUnit run on PHP 7.4
74+
if: matrix.php-version == '7.4'
7475
run: vendor/bin/phpunit --coverage-clover=coverage.clover
7576

7677
- name: Code coverage on PHP 7.4

0 commit comments

Comments
 (0)