File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ branches:
34
34
- context : " Tests (8.2, lowest)"
35
35
- context : " Tests (8.3, highest)"
36
36
- context : " Tests (8.3, lowest)"
37
+ - context : " Tests (8.4, highest)"
38
+ - context : " Tests (8.4, lowest)"
37
39
strict : false
38
40
restrictions : null
39
41
Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ jobs:
252
252
- " 8.1"
253
253
- " 8.2"
254
254
- " 8.3"
255
+ - " 8.4"
255
256
256
257
dependencies :
257
258
- " lowest"
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
23
+ "php" : " ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 "
24
24
},
25
25
"require-dev" : {
26
26
"phpunit/phpunit" : " ^7.5.0 || ^8.5.23" ,
You can’t perform that action at this time.
0 commit comments