Skip to content

Commit

Permalink
Merge pull request #56 from trompette/support-doctrine-dbal-4
Browse files Browse the repository at this point in the history
Add Doctrine DBAL 4.0 in the test matrices
  • Loading branch information
trompette committed Mar 25, 2024
2 parents e79d31f + 704f6da commit 7e2563f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
dbal-version:
- "3.8.*"
# - "4.0.*"
- "4.0.*"
php-version:
- "8.1"
- "8.2"
Expand All @@ -28,7 +28,7 @@ jobs:
- "7.0.*"
exclude:
- { php-version: "8.1", symfony-version: "7.0.*" }
# - { dbal-version: "4.0.*", symfony-version: "5.4.*" }
- { dbal-version: "4.0.*", symfony-version: "5.4.*" }

steps:
- name: "Checkout"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
dbal-version:
- "3.8.*"
# - "4.0.*"
- "4.0.*"
php-version:
- "8.1"
- "8.2"
Expand All @@ -28,7 +28,7 @@ jobs:
- "7.0.*"
exclude:
- { php-version: "8.1", symfony-version: "7.0.*" }
# - { dbal-version: "4.0.*", symfony-version: "5.4.*" }
- { dbal-version: "4.0.*", symfony-version: "5.4.*" }

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 @@ -22,7 +22,7 @@
"require": {
"php": ">=8.1",
"beberlei/assert": ">=3.2",
"doctrine/dbal": "^3.8",
"doctrine/dbal": ">=3.8",
"psr/log": ">=1.1",
"symfony/config": ">=5.4",
"symfony/console": ">=5.4",
Expand Down

0 comments on commit 7e2563f

Please sign in to comment.