Skip to content

Commit

Permalink
try dbal 4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Dec 13, 2023
1 parent bd34952 commit f8317b8
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 223 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- "15.2"

env:
DB_URL: 'postgresql://postgres:postgres@localhost:5432/eventstore?charset=utf8'
DB_URL: 'pdo_pgsql://postgres:postgres@localhost:5432/eventstore?charset=utf8'

steps:
- name: "Checkout"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- "10.10"

env:
DB_URL: 'mysql://[email protected]:3306/eventstore?charset=utf8'
DB_URL: 'pdo_mysql://[email protected]:3306/eventstore?charset=utf8'

steps:
- name: "Checkout"
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- "8.0"

env:
DB_URL: 'mysql://[email protected]:3306/eventstore?charset=utf8'
DB_URL: 'pdo_mysql://[email protected]:3306/eventstore?charset=utf8'

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 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"doctrine/dbal": "^3.6.0",
"doctrine/dbal": "4.0.0-RC1 as 3.7.2",
"patchlevel/hydrator": "^1.1.0",
"patchlevel/worker": "^1.1.0",
"psr/cache": "^2.0.0|^3.0.0",
Expand Down
Loading

0 comments on commit f8317b8

Please sign in to comment.