File tree 5 files changed +17
-19
lines changed
5 files changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ branches:
14
14
required_approving_review_count : 1
15
15
required_status_checks :
16
16
contexts :
17
- - " Code Coverage (7.4, locked)"
18
- - " Coding Standards (7.4, locked)"
19
- - " Dependency Analysis (7.4, locked)"
20
- - " Mutation Tests (7.4, locked)"
21
- - " Static Code Analysis (7.4, locked)"
22
- - " Tests (7.4, locked)"
17
+ - " Code Coverage (8.0, locked)"
18
+ - " Coding Standards (8.0, locked)"
19
+ - " Dependency Analysis (8.0, locked)"
20
+ - " Mutation Tests (8.0, locked)"
21
+ - " Static Code Analysis (8.0, locked)"
23
22
- " Tests (8.0, locked)"
24
23
strict : false
25
24
restrictions :
Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
php-version :
23
- - " 7.4 "
23
+ - " 8.0 "
24
24
25
25
dependencies :
26
26
- " locked"
85
85
strategy :
86
86
matrix :
87
87
php-version :
88
- - " 7.4 "
88
+ - " 8.0 "
89
89
90
90
dependencies :
91
91
- " locked"
@@ -127,7 +127,7 @@ jobs:
127
127
strategy :
128
128
matrix :
129
129
php-version :
130
- - " 7.4 "
130
+ - " 8.0 "
131
131
132
132
dependencies :
133
133
- " locked"
@@ -192,7 +192,6 @@ jobs:
192
192
strategy :
193
193
matrix :
194
194
php-version :
195
- - " 7.4"
196
195
- " 8.0"
197
196
198
197
dependencies :
@@ -254,7 +253,7 @@ jobs:
254
253
strategy :
255
254
matrix :
256
255
php-version :
257
- - " 7.4 "
256
+ - " 8.0 "
258
257
259
258
dependencies :
260
259
- " locked"
@@ -304,7 +303,7 @@ jobs:
304
303
strategy :
305
304
matrix :
306
305
php-version :
307
- - " 7.4 "
306
+ - " 8.0 "
308
307
309
308
dependencies :
310
309
- " locked"
Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
php-version :
21
- - " 7.4 "
21
+ - " 8.0 "
22
22
23
23
dependencies :
24
24
- " locked"
Original file line number Diff line number Diff line change 18
18
}
19
19
],
20
20
"require" : {
21
- "php" : " ^7.4 || ^ 8.0" ,
21
+ "php" : " ^8.0" ,
22
22
"phpunit/phpunit" : " dev-event#ffd44c130 as 10.0.0"
23
23
},
24
24
"require-dev" : {
38
38
},
39
39
"config" : {
40
40
"platform" : {
41
- "php" : " 7.4.14 "
41
+ "php" : " 8.0.12 "
42
42
},
43
43
"preferred-install" : " dist" ,
44
44
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments