Skip to content

Commit e7a90da

Browse files
committed
update GA to work on PHPUnit 7.5 (current compatibility) and try with PHPUnit 8.5 (not yet compatible)
1 parent e7a9764 commit e7a90da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testlistener.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ jobs:
2424
-
2525
os: ubuntu-18.04
2626
php: 7.2
27-
tools: phpstan, phpunit
27+
tools: phpstan, phpunit:7.5
2828
-
2929
os: ubuntu-18.04
3030
php: 7.3
31-
tools: phpstan, phpunit
31+
tools: phpstan, phpunit:7.5
3232
-
3333
os: ubuntu-18.04
3434
php: 7.4
35-
tools: phpstan, phpunit
35+
tools: phpstan, phpunit:8.5
3636
-
3737
os: ubuntu-18.04
3838
php: 8.0
39-
tools: phpstan, phpunit
39+
tools: phpstan, phpunit:8.5
4040

4141
name: "Test with PHP ${{ matrix.php }} on ${{ matrix.os }}"
4242

0 commit comments

Comments
 (0)