Skip to content

Commit

Permalink
allow PHP 8.3 and update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
driehle authored and neilime committed Dec 22, 2023
1 parent 9f6644b commit b2b7e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- php-versions: "8.0"
- php-versions: "8.1"
- php-versions: "8.2"
- php-versions: "8.3"
stable: true

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"twitter/bootstrap": "Twitter bootstrap assets"
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-escaper": "^2.9",
"laminas/laminas-form": "^3.1",
"laminas/laminas-i18n": "^2.13",
Expand Down

0 comments on commit b2b7e3c

Please sign in to comment.