Skip to content

Commit

Permalink
Version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Apr 2, 2024
1 parent 38827e5 commit fb2b3ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2', '8.3']
steps:
- name: Setup PHP Action
uses: shivammathur/setup-php@v2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"laminas/laminas-db": "^2.16.2",
"laminas/laminas-diactoros": "^2.22",
"laminas/laminas-log": "^2.16",
Expand All @@ -50,7 +50,7 @@
},
"conflict": {
"doctrine/dbal": "<3.0",
"doctrine/doctrine-orm-module": "<4.1",
"doctrine/doctrine-orm-module": "<6.1",
"laminas/laminas-mvc": "<3.2 >=4.0",
"laminas/laminas-servicemanager": "<3.10",
"mezzio/mezzio": "<3.3 >=4.0",
Expand All @@ -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": "^6.1",
"kahlan/kahlan": "^5.2.2",
"laminas/laminas-cli": "^1.7",
"laminas/laminas-coding-standard": "^2.4",
Expand Down

0 comments on commit fb2b3ec

Please sign in to comment.