File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
22
- # Not running PHP 7.2 since the CI is not working and it is EOL in 2 months
23
- php : ['8.0', '8.1']
22
+ php : ['7.4', '8.0', '8.1']
24
23
os : [ubuntu-latest]
25
24
experimental : [false]
26
25
include :
Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"require" : {
25
- "php" : " ^8.0" ,
25
+ "php" : " ^7.4 || ^ 8.0" ,
26
26
"symfony/polyfill-mbstring" : " ^1.0" ,
27
27
"psr/http-message" : " ^1.0" ,
28
28
"myclabs/php-enum" : " ^1.5"
29
29
},
30
30
"require-dev" : {
31
- "phpunit/phpunit" : " ^9.4.2" ,
32
- "guzzlehttp/guzzle" : " ^7.2.0" ,
31
+ "phpunit/phpunit" : " ^8.5.8 || ^ 9.4.2" ,
32
+ "guzzlehttp/guzzle" : " ^6.5.3 || ^ 7.2.0" ,
33
33
"ext-zip" : " *" ,
34
34
"mikey179/vfsstream" : " ^1.6" ,
35
35
"vimeo/psalm" : " ^4.1" ,
You can’t perform that action at this time.
0 commit comments