Skip to content

Commit

Permalink
Add Php 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelfrisch committed Feb 10, 2023
1 parent ece2070 commit 5b8f206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
php-versions:
- 8.0
- 8.1
- 8.2
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Parse, build, serialize and validate UN/EDIFACT messages",
"license": "MIT",
"require": {
"php": "~8.0.0 || ~8.1.0"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down

0 comments on commit 5b8f206

Please sign in to comment.