File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 name : Build and test
1616 strategy :
1717 matrix :
18- php : [7.3, 7.4, 8.0]
18+ php : [7.3, 7.4, 8.0, 8.1 ]
1919 deps : [high]
2020 include :
2121 - php : 7.3
3838
3939 # Separate package step until PHP 8.0 is supported
4040 - name : Coding standards
41- if : matrix.php != '8.0'
41+ if : matrix.php != '8.0' && matrix.php != '8.1'
4242 run : make package
4343
4444 - name : Test & package (min)
5858 needs : tests
5959 strategy :
6060 matrix :
61- php : [7.3, 7.4, 8.0]
61+ php : [7.3, 7.4, 8.0, 8.1 ]
6262
6363 steps :
6464 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^7.3 || ~8.0.0" ,
13+ "php" : " ^7.3 || ~8.0.0 || ~8.1.0 " ,
1414 "phpunit/phpunit" : " ^9.0"
1515 },
1616 "conflict" : {
You can’t perform that action at this time.
0 commit comments