File tree Expand file tree Collapse file tree 3 files changed +672
-501
lines changed Expand file tree Collapse file tree 3 files changed +672
-501
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 : ['7.3', '7.4']
15
+ php-versions : ['7.3', '7.4', '8.0' ]
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 : ['7.3', '7.4']
57
+ php-versions : ['7.3', '7.4', '8.0' ]
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 : ['7.3', '7.4']
89
+ php-versions : ['7.3', '7.4', '8.0' ]
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 : ['7.3', '7.4']
121
+ php-versions : ['7.3', '7.4', '8.0' ]
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" : " ^ 7.3" ,
12
+ "php" : " > 7.3" ,
13
13
"ext-curl" : " *" ,
14
14
"ext-dom" : " *" ,
15
15
"ext-intl" : " *" ,
You can’t perform that action at this time.
0 commit comments