Skip to content

Commit

Permalink
Merge pull request #74 from reinfi/allow-php83
Browse files Browse the repository at this point in the history
allow php 8.3
  • Loading branch information
reinfi authored Dec 18, 2023
2 parents 0e45088 + be368a6 commit 2555b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.2', '8.3']
name: PHP ${{ matrix.php }} ${{ matrix.description }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bin/zf-dependency-injection-cache-warmup"
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-servicemanager": "^2.7 | ^3.0",
"laminas/laminas-modulemanager": "^2.7",
"psr/simple-cache": "^1.0 | ^2.0 | ^3.0"
Expand Down

0 comments on commit 2555b58

Please sign in to comment.