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 e7a9764 commit e7a90daCopy full SHA for e7a90da
.github/workflows/testlistener.yaml
@@ -24,19 +24,19 @@ jobs:
24
-
25
os: ubuntu-18.04
26
php: 7.2
27
- tools: phpstan, phpunit
+ tools: phpstan, phpunit:7.5
28
29
30
php: 7.3
31
32
33
34
php: 7.4
35
+ tools: phpstan, phpunit:8.5
36
37
38
php: 8.0
39
40
41
name: "Test with PHP ${{ matrix.php }} on ${{ matrix.os }}"
42
0 commit comments