File tree Expand file tree Collapse file tree 5 files changed +248
-428
lines changed Expand file tree Collapse file tree 5 files changed +248
-428
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- php : [ '7.4', '8.0', ' 8.1' ]
17+ php : [ '8.1' ]
1818 steps :
1919 - name : Checkout
2020 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 php :
18- - ' 7.4'
19- - ' 8.0'
2018 - ' 8.1'
2119 steps :
2220 - name : Checkout
9088 - ' e2e_031'
9189 - ' e2e_032'
9290 php :
93- - ' 7.4'
94- - ' 8.0'
9591 - ' 8.1'
9692
9793 steps :
Original file line number Diff line number Diff line change 6262 fail-fast : false
6363 matrix :
6464 php :
65- - ' 7.4'
66- - ' 8.0'
6765 - ' 8.1'
6866 steps :
6967 - name : Checkout
Original file line number Diff line number Diff line change 2020 "minimum-stability" : " dev" ,
2121 "prefer-stable" : true ,
2222 "require" : {
23- "php" : " ^7.4 || ^8.0 " ,
23+ "php" : " ^8.1 " ,
2424 "composer/package-versions-deprecated" : " ^1.8" ,
2525 "fidry/console" : " ^0.5.0" ,
2626 "jetbrains/phpstorm-stubs" : " ^v2022.1" ,
3434 },
3535 "require-dev" : {
3636 "bamarni/composer-bin-plugin" : " ^1.1" ,
37- "humbug/box" : " ^3.16.0 || ^ 4.0" ,
37+ "humbug/box" : " ^4.0" ,
3838 "phpspec/prophecy-phpunit" : " ^2.0" ,
3939 "phpunit/phpunit" : " ^9.0"
4040 },
6464 "bin-dir" : " bin" ,
6565 "sort-packages" : true ,
6666 "platform" : {
67- "php" : " 7.4 .0"
67+ "php" : " 8.1 .0"
6868 },
6969 "allow-plugins" : {
7070 "bamarni/composer-bin-plugin" : true ,
You can’t perform that action at this time.
0 commit comments