File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 19
19
- " 7.3"
20
20
- " 7.4"
21
21
- " 8.0"
22
+ - " 8.1"
22
23
dependencies :
23
24
- " lowest"
24
25
- " highest"
27
28
# symfony/yaml v5 does not run on PHP 7.1
28
29
- php : ' 7.1'
29
30
symfony-yaml : ' ^5'
30
- # symfony/yaml v3.4 is not compatible with PHP 8.0 but has no upper-bound, so it installs on it
31
+ # symfony/yaml v3.4 is not compatible with PHP 8.0+ but has no upper-bound, so it installs on it
31
32
- php : ' 8.0'
32
33
symfony-yaml : ' ^3.4'
34
+ - php : ' 8.1'
35
+ symfony-yaml : ' ^3.4'
33
36
34
37
env :
35
38
SYMFONY_YAML : ${{ matrix.symfony-yaml }}
Original file line number Diff line number Diff line change 25
25
},
26
26
"require-dev" : {
27
27
"cebe/indent" : " *" ,
28
- "phpunit/phpunit" : " ^6.5 || ^7.5 || ^8.5 || ^9.4" ,
28
+ "phpunit/phpunit" : " ^6.5 || ^7.5 || ^8.5.14 || ^9.4" ,
29
29
"oai/openapi-specification" : " 3.0.3" ,
30
30
"mermade/openapi3-examples" : " 1.0.0" ,
31
31
"apis-guru/openapi-directory" : " 1.0.0" ,
You can’t perform that action at this time.
0 commit comments