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 7ac196b commit 89c972dCopy full SHA for 89c972d
1 file changed
.github/workflows/ci.yml
@@ -28,14 +28,14 @@ jobs:
28
- windows-latest
29
php:
30
- { version: '7.2', phpunit: '^8.5.52' }
31
- - { version: '7.3', phpunit: '^9.6.33' }
32
- - { version: '7.4', phpunit: '^9.6.33' }
33
- - { version: '8.0', phpunit: '^9.6.33' }
34
- - { version: '8.1', phpunit: '^9.6.33' }
35
- - { version: '8.2', phpunit: '^9.6.33' }
36
- - { version: '8.3', phpunit: '^9.6.33' }
37
- - { version: '8.4', phpunit: '^9.6.33' }
38
- - { version: '8.5', phpunit: '^9.6.33' }
+ - { version: '7.3', phpunit: '^9.6.34' }
+ - { version: '7.4', phpunit: '^9.6.34' }
+ - { version: '8.0', phpunit: '^9.6.34' }
+ - { version: '8.1', phpunit: '^9.6.34' }
+ - { version: '8.2', phpunit: '^9.6.34' }
+ - { version: '8.3', phpunit: '^9.6.34' }
+ - { version: '8.4', phpunit: '^9.6.34' }
+ - { version: '8.5', phpunit: '^9.6.34' }
39
dependencies:
40
- lowest
41
- highest
0 commit comments