We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34361e5 + 46555b3 commit 7d649e2Copy full SHA for 7d649e2
.github/settings.yml
@@ -30,6 +30,8 @@ branches:
30
- context: "Tests (8.0, lowest)"
31
- context: "Tests (8.1, highest)"
32
- context: "Tests (8.1, lowest)"
33
+ - context: "Tests (8.2, highest)"
34
+ - context: "Tests (8.2, lowest)"
35
strict: false
36
restrictions: null
37
.github/workflows/integrate.yaml
@@ -250,6 +250,7 @@ jobs:
250
- "7.4"
251
- "8.0"
252
- "8.1"
253
+ - "8.2"
254
255
dependencies:
256
- "lowest"
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
+ "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "^7.5.0 || ^8.5.23",
0 commit comments