File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
strategy :
10
10
matrix :
11
- php : [8.0, 8.1]
11
+ php : [8.0, 8.1, 8.2 ]
12
12
13
13
steps :
14
14
- name : Checkout code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
17
17
- name : Setup PHP
18
18
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 16
16
"name" :" Michael Bodnarchuk"
17
17
}
18
18
],
19
- "minimum-stability" : " dev " ,
19
+ "minimum-stability" : " RC " ,
20
20
"require" : {
21
21
"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 "
24
24
},
25
25
"require-dev" : {
26
26
"yiisoft/yii2" : " dev-master" ,
27
27
"yiisoft/yii2-app-advanced" : " dev-master" ,
28
- "codeception/verify" : " ^2.2 " ,
28
+ "codeception/verify" : " ^3.0 " ,
29
29
"codemix/yii2-localeurls" : " ^1.7" ,
30
30
"codeception/module-asserts" : " ^3.0" ,
31
31
"codeception/module-filesystem" : " ^3.0"
You can’t perform that action at this time.
0 commit comments