Skip to content

Commit

Permalink
allow PHP 8.2 and add tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
driehle committed Dec 6, 2023
1 parent 6be94f9 commit 7de8002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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: "7.4"
- php-versions: "8.0"
- php-versions: "8.1"
- php-versions: "8.2"
stable: true

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 @@ -26,7 +26,7 @@
"twitter/bootstrap": "Twitter bootstrap assets"
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-escaper": "^2.9",
"laminas/laminas-form": "^3.1",
"laminas/laminas-i18n": "^2.13",
Expand All @@ -37,7 +37,7 @@
"laminas/laminas-view": "^2.16"
},
"require-dev": {
"laminas/laminas-component-installer": "^2.6",
"laminas/laminas-component-installer": "^3.0",
"laminas/laminas-modulemanager": "^2.11",
"laminas/laminas-mvc": "^3.3",
"mikey179/vfsstream": "^1.6",
Expand Down

0 comments on commit 7de8002

Please sign in to comment.