We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afeccba commit e8df560Copy full SHA for e8df560
.github/workflows/testlistener.yaml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
9
jobs:
10
- php_tests:
+ testlistener:
11
runs-on: ${{ matrix.os }}
12
13
strategy:
@@ -28,15 +28,15 @@ jobs:
28
-
29
os: ubuntu-18.04
30
php: 7.3
31
- tools: phpstan, phpunit:7.5
+ tools: phpstan, phpunit:8.5
32
33
34
php: 7.4
35
tools: phpstan, phpunit:8.5
36
37
38
php: 8.0
39
- tools: phpstan, phpunit:8.5
+ tools: phpstan, phpunit:9.5
40
41
name: "Test with PHP ${{ matrix.php }} on ${{ matrix.os }}"
42
0 commit comments