Skip to content

Commit

Permalink
added PHP 8.3 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin committed Jan 7, 2024
1 parent 63cc7ee commit c73d495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- 8.0
- 8.1
- 8.2
- 8.3
phpunit-versions: ['latest']
env:
extensions: mbstring, intl, xml, gmp, bcmath, snappy-kjdev/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php" : ">=7.3 <=8.2.99",
"php" : ">=7.3 <=8.3.99",
"ext-gmp" : "*",
"ext-bcmath" : "*",
"ext-zlib": "*",
Expand Down

0 comments on commit c73d495

Please sign in to comment.