File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1919 - " 7.3"
2020 - " 7.4"
2121 - " 8.0"
22+ - " 8.1"
2223 dependencies :
2324 - " lowest"
2425 - " highest"
2728 # symfony/yaml v5 does not run on PHP 7.1
2829 - php : ' 7.1'
2930 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
3132 - php : ' 8.0'
3233 symfony-yaml : ' ^3.4'
34+ - php : ' 8.1'
35+ symfony-yaml : ' ^3.4'
3336
3437 env :
3538 SYMFONY_YAML : ${{ matrix.symfony-yaml }}
Original file line number Diff line number Diff line change 2525 },
2626 "require-dev" : {
2727 "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" ,
2929 "oai/openapi-specification" : " 3.0.3" ,
3030 "mermade/openapi3-examples" : " 1.0.0" ,
3131 "apis-guru/openapi-directory" : " 1.0.0" ,
You can’t perform that action at this time.
0 commit comments