We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283a558 commit 075589cCopy full SHA for 075589c
.github/workflows/test.yml
@@ -15,13 +15,13 @@ jobs:
15
- php: '7.2'
16
phpunit: '8'
17
- php: '7.3'
18
- phpunit: latest
+ phpunit: '9'
19
- php: '7.4'
20
21
- php: '8.0'
22
23
- php: '8.1'
24
25
steps:
26
- uses: actions/checkout@v2
27
- uses: php-actions/composer@v6
0 commit comments