Skip to content

Commit e8df560

Browse files
committed
update GA Workflow
1 parent afeccba commit e8df560

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testlistener.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
php_tests:
10+
testlistener:
1111
runs-on: ${{ matrix.os }}
1212

1313
strategy:
@@ -28,15 +28,15 @@ jobs:
2828
-
2929
os: ubuntu-18.04
3030
php: 7.3
31-
tools: phpstan, phpunit:7.5
31+
tools: phpstan, phpunit:8.5
3232
-
3333
os: ubuntu-18.04
3434
php: 7.4
3535
tools: phpstan, phpunit:8.5
3636
-
3737
os: ubuntu-18.04
3838
php: 8.0
39-
tools: phpstan, phpunit:8.5
39+
tools: phpstan, phpunit:9.5
4040

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

0 commit comments

Comments
 (0)