Skip to content

Commit

Permalink
Add PHP 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 2, 2024
1 parent 38827e5 commit 1024fa0
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_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.1', '8.2', '8.3']
steps:
- name: Setup PHP Action
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"require-dev": {
"aura/di": "^3.4 || ^4.2.1",
"doctrine/dbal": "^3.5.1",
"doctrine/doctrine-orm-module": "^4.2.1 || ^5.0",
"doctrine/doctrine-orm-module": "^4.2.1 || ^5.0 || ^6.0",
"kahlan/kahlan": "^5.2.2",
"laminas/laminas-cli": "^1.7",
"laminas/laminas-coding-standard": "^2.4",
Expand Down

0 comments on commit 1024fa0

Please sign in to comment.