File tree Expand file tree Collapse file tree 4 files changed +1645
-1257
lines changed Expand file tree Collapse file tree 4 files changed +1645
-1257
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: CI
3
3
on :
4
4
push :
5
5
branches :
6
- - ' 5.4 '
6
+ - ' 5.4_codecept5 '
7
7
pull_request :
8
8
branches :
9
- - ' 5.4 '
9
+ - ' 5.4_codecept5 '
10
10
11
11
env :
12
12
APP_ENV : test
18
18
strategy :
19
19
fail-fast : true
20
20
matrix :
21
- php-versions : ['7.4', ' 8.0', '8.1']
21
+ php-versions : ['8.0', '8.1']
22
22
steps :
23
23
- name : Checkout
24
24
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 9
9
"homepage" : " https://medium.com/@ganieves"
10
10
}
11
11
],
12
- "minimum-stability" : " dev " ,
12
+ "minimum-stability" : " RC " ,
13
13
"require" : {
14
- "php" : " >=7.4.0 " ,
14
+ "php" : " >=8.0.2 " ,
15
15
"ext-ctype" : " *" ,
16
16
"ext-iconv" : " *" ,
17
17
"doctrine/doctrine-bundle" : " ^2.5" ,
31
31
"symfony/yaml" : " 5.4.*"
32
32
},
33
33
"require-dev" : {
34
- "codeception/codeception" : " ^5.0.0-alpha1 " ,
35
- "codeception/lib-innerbrowser" : " ^2.0 | *@dev " ,
36
- "codeception/module-asserts" : " dev-codecept5 " ,
37
- "codeception/module-doctrine2" : " dev-codecept5 " ,
38
- "codeception/module-phpbrowser" : " ^2.0 | *@dev " ,
39
- "codeception/module-symfony" : " dev-codecept5 " ,
34
+ "codeception/codeception" : " ^5.0.0-RC3 " ,
35
+ "codeception/lib-innerbrowser" : " ^3.1 " ,
36
+ "codeception/module-asserts" : " ^3.0 " ,
37
+ "codeception/module-doctrine2" : " ^3.0 " ,
38
+ "codeception/module-phpbrowser" : " ^3.0 " ,
39
+ "codeception/module-symfony" : " ^3.0 | *@ dev" ,
40
40
"doctrine/doctrine-fixtures-bundle" : " ^3.4" ,
41
41
"friendsofphp/php-cs-fixer" : " ^3.3" ,
42
42
"phpmd/phpmd" : " ^2.11" ,
57
57
},
58
58
"sort-packages" : true ,
59
59
"platform" : {
60
- "php" : " 7.4.0 "
60
+ "php" : " 8.0.2 "
61
61
},
62
62
"allow-plugins" : {
63
63
"symfony/flex" : true ,
You can’t perform that action at this time.
0 commit comments