File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ branches:
28
28
- context : " Tests (7.4, lowest)"
29
29
- context : " Tests (8.0, highest)"
30
30
- context : " Tests (8.0, lowest)"
31
+ - context : " Tests (8.1, highest)"
32
+ - context : " Tests (8.1, lowest)"
31
33
strict : false
32
34
restrictions : null
33
35
Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ jobs:
249
249
- " 7.3"
250
250
- " 7.4"
251
251
- " 8.0"
252
+ - " 8.1"
252
253
253
254
dependencies :
254
255
- " 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"
23
+ "php" : " ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 "
24
24
},
25
25
"require-dev" : {
26
- "phpunit/phpunit" : " ^7.5 || ^8.0 " ,
26
+ "phpunit/phpunit" : " ^7.5.0 || ^8.5.23 " ,
27
27
"symfony/process" : " ^4.2 || ^5"
28
28
},
29
29
"config" : {
You can’t perform that action at this time.
0 commit comments