Skip to content

Commit

Permalink
Support PHP 8.2 (#443)
Browse files Browse the repository at this point in the history
* Support PHP 8.2

* Add PHP 8.2 support to test-suite.yml
  • Loading branch information
rogervila authored Jan 18, 2023
1 parent a1d9432 commit 234a904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -134,4 +135,4 @@ jobs:
run: "composer install --no-interaction --no-progress --no-suggest"

- name: "Mutation Tests"
run: "composer test:mutation"
run: "composer test:mutation"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.4.2 || ~8.0 || ~8.1",
"php": "^7.4.2 || ~8.0 || ~8.1 || ~8.2",
"ext-filter": "*",
"ext-json": "*",
"ext-simplexml": "*",
Expand Down

0 comments on commit 234a904

Please sign in to comment.