Skip to content

Commit

Permalink
Added compatibility with PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
batumibiz committed Nov 22, 2023
1 parent 5552fe3 commit cfc711a
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
tests:
strategy:
matrix:
php-versions: [ '8.2' ]
php-versions: [ '8.2', '8.3' ]

runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "~8.2.0",
"ext-random": "*",
"php": "~8.2 || ~8.3",
"ext-pdo": "*",
"ext-random": "*",
"filp/whoops": "^2.15",
"httpsoft/http-basis": "^1.1",
"mobicms/render": "4.0",
Expand Down
Loading

0 comments on commit cfc711a

Please sign in to comment.