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 1616 "name" :" Michael Bodnarchuk"
1717 }
1818 ],
19- "minimum-stability" : " dev " ,
19+ "minimum-stability" : " RC " ,
2020 "require" : {
2121 "php" : " ^8.0" ,
22- "codeception/codeception" : " ^5.0.0-RC6 " ,
23- "codeception/lib-innerbrowser" : " ^3.0"
22+ "codeception/codeception" : " ^5.0.8 " ,
23+ "codeception/lib-innerbrowser" : " ^3.0 | ^4.0 "
2424 },
2525 "require-dev" : {
2626 "yiisoft/yii2" : " dev-master" ,
2727 "yiisoft/yii2-app-advanced" : " dev-master" ,
28- "codeception/verify" : " ^2.2 " ,
28+ "codeception/verify" : " ^3.0 " ,
2929 "codemix/yii2-localeurls" : " ^1.7" ,
3030 "codeception/module-asserts" : " ^3.0" ,
3131 "codeception/module-filesystem" : " ^3.0"
You can’t perform that action at this time.
0 commit comments