Skip to content

Commit

Permalink
Merge pull request #5 from paxal/php8.2
Browse files Browse the repository at this point in the history
Add PHP 8.2 compatibility
  • Loading branch information
ericnorris authored Nov 5, 2023
2 parents 2758e00 + e34fd4e commit c778b05
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 c778b05

Please sign in to comment.