Skip to content

Commit

Permalink
Indicate support for PHP 8.3 (#430)
Browse files Browse the repository at this point in the history
* Indicate support for PHP 8.3

* Remove unused psalm suppression
  • Loading branch information
gsteel authored Nov 22, 2023
1 parent f106d9e commit 4955aa9
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 324 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 4955aa9

Please sign in to comment.