File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88
99 strategy :
1010 matrix :
11- php : [8.0, 8.1]
11+ php : [8.0, 8.1, 8.2 ]
1212
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616
1717 - name : Setup PHP
1818 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1010 "name" : " Michael Bodnarchuk"
1111 }
1212 ],
13- "minimum-stability" : " dev " ,
13+ "minimum-stability" : " RC " ,
1414 "require" : {
1515 "php" : " ^8.0" ,
1616 "ext-dom" : " *" ,
17- "codeception/codeception" : " ^5.0.0-alpha3 " ,
18- "codeception/lib-innerbrowser" : " ^2 .0 | *@dev " ,
17+ "codeception/codeception" : " ^5.0.8 " ,
18+ "codeception/lib-innerbrowser" : " ^3 .0 | ^4.0 " ,
1919 "codeception/lib-xml" : " ^1.0"
2020 },
2121 "require-dev" : {
22- "codeception/util-universalframework" : " ^1.0 | *@dev " ,
22+ "codeception/util-universalframework" : " ^1.0" ,
2323 "codeception/stub" : " ^4.0"
2424 },
2525 "autoload" : {
You can’t perform that action at this time.
0 commit comments