We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d9432 commit 234a904Copy full SHA for 234a904
.github/workflows/test-suite.yml
@@ -22,6 +22,7 @@ jobs:
22
- "7.4"
23
- "8.0"
24
- "8.1"
25
+ - "8.2"
26
operating-system:
27
- "ubuntu-latest"
28
@@ -134,4 +135,4 @@ jobs:
134
135
run: "composer install --no-interaction --no-progress --no-suggest"
136
137
- name: "Mutation Tests"
- run: "composer test:mutation"
138
+ run: "composer test:mutation"
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": "^7.4.2 || ~8.0 || ~8.1",
+ "php": "^7.4.2 || ~8.0 || ~8.1 || ~8.2",
19
"ext-filter": "*",
20
"ext-json": "*",
21
"ext-simplexml": "*",
0 commit comments