Skip to content

Commit

Permalink
Add PHP 8.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
paxal committed Oct 2, 2024
1 parent c778b05 commit f7559aa
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', '8.2']
php-version: ['8.1', '8.2', '8.3']

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|8.2.x",
"php": "8.1.x|8.2.x|8.3.x",
"ext-mbstring": "*"
},
"autoload": {
Expand Down

0 comments on commit f7559aa

Please sign in to comment.