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 @@ -11,11 +11,11 @@ jobs:
11
11
12
12
strategy :
13
13
matrix :
14
- php : [8.0 , 8.1 ]
14
+ php : [8.1 , 8.2 ]
15
15
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
20
20
- name : Setup PHP
21
21
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 18
18
],
19
19
"homepage" : " https://codeception.com/" ,
20
20
"require" : {
21
- "php" : " ^8.0 " ,
21
+ "php" : " ^8.1 " ,
22
22
"ext-dom" : " *" ,
23
23
"ext-json" : " *" ,
24
24
"ext-mbstring" : " *" ,
25
- "codeception/codeception" : " ^5.0" ,
25
+ "codeception/codeception" : " ^5.0.8 " ,
26
26
"codeception/lib-web" : " ^1.0.1" ,
27
- "phpunit/phpunit" : " ^9.5 " ,
27
+ "phpunit/phpunit" : " ^10.0 " ,
28
28
"symfony/browser-kit" : " ^4.4.24 || ^5.4 || ^6.0" ,
29
29
"symfony/dom-crawler" : " ^4.4.30 || ^5.4 || ^6.0"
30
30
},
31
31
"require-dev" : {
32
- "codeception/util-universalframework" : " dev-master "
32
+ "codeception/util-universalframework" : " ^1.0 "
33
33
},
34
34
"minimum-stability" : " RC" ,
35
35
"autoload" : {
You can’t perform that action at this time.
0 commit comments