Skip to content

Commit 234a904

Browse files
authored
Support PHP 8.2 (#443)
* Support PHP 8.2 * Add PHP 8.2 support to test-suite.yml
1 parent a1d9432 commit 234a904

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "7.4"
2323
- "8.0"
2424
- "8.1"
25+
- "8.2"
2526
operating-system:
2627
- "ubuntu-latest"
2728

@@ -134,4 +135,4 @@ jobs:
134135
run: "composer install --no-interaction --no-progress --no-suggest"
135136

136137
- name: "Mutation Tests"
137-
run: "composer test:mutation"
138+
run: "composer test:mutation"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.4.2 || ~8.0 || ~8.1",
18+
"php": "^7.4.2 || ~8.0 || ~8.1 || ~8.2",
1919
"ext-filter": "*",
2020
"ext-json": "*",
2121
"ext-simplexml": "*",

0 commit comments

Comments
 (0)