File tree 4 files changed +1109
-1032
lines changed
src/Magento/FunctionalTestingFramework/Module
4 files changed +1109
-1032
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- php-versions : ['8.0', '8. 1', '8.2']
15
+ php-versions : ['8.1', '8.2']
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
54
54
strategy :
55
55
fail-fast : false
56
56
matrix :
57
- php-versions : ['8.0', '8. 1', '8.2']
57
+ php-versions : ['8.1', '8.2']
58
58
steps :
59
59
- uses : actions/checkout@v2
60
60
86
86
strategy :
87
87
fail-fast : false
88
88
matrix :
89
- php-versions : ['8.0', '8. 1', '8.2']
89
+ php-versions : ['8.1', '8.2']
90
90
steps :
91
91
- uses : actions/checkout@v2
92
92
@@ -118,7 +118,7 @@ jobs:
118
118
strategy :
119
119
fail-fast : false
120
120
matrix :
121
- php-versions : ['8.0', '8. 1', '8.2']
121
+ php-versions : ['8.1', '8.2']
122
122
123
123
services :
124
124
chrome :
Original file line number Diff line number Diff line change 9
9
"sort-packages" : true
10
10
},
11
11
"require" : {
12
- "php" : " >=8.0 " ,
12
+ "php" : " >=8.1 " ,
13
13
"ext-curl" : " *" ,
14
14
"ext-dom" : " *" ,
15
15
"ext-iconv" : " *" ,
39
39
"symfony/http-foundation" : " ^5.0" ,
40
40
"symfony/mime" : " ^5.0" ,
41
41
"symfony/process" : " ^4.4||^5.4" ,
42
- "weew/helpers-array" : " ^1.3"
42
+ "weew/helpers-array" : " ^1.3" ,
43
+ "doctrine/annotations" : " ^1.13"
43
44
},
44
45
"require-dev" : {
45
46
"brainmaestro/composer-git-hooks" : " ^2.3.1" ,
You can’t perform that action at this time.
0 commit comments