Skip to content

Commit

Permalink
Add PHP 8.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
paxal committed Jan 3, 2023
1 parent 2758e00 commit e34fd4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php-version: ['8.1']
php-version: ['8.1', '8.2']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": "8.1.x",
"php": "8.1.x|8.2.x",
"ext-mbstring": "*"
},
"autoload": {
Expand Down

0 comments on commit e34fd4e

Please sign in to comment.