Skip to content

Commit

Permalink
Indicate support for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Nov 21, 2023
1 parent df4a78d commit e86f8e3
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 319 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
# MacOs has a floating-point problem.
# - "macos-latest"
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": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-bcmath": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand Down
Loading

0 comments on commit e86f8e3

Please sign in to comment.