Skip to content

Commit

Permalink
try dbal 4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Feb 4, 2024
1 parent 137f05c commit a0fbcd6
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 238 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:
- "16.1"

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 @@ -97,7 +97,7 @@ jobs:
- "11.2"

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 @@ -150,7 +150,7 @@ jobs:
- "8.2"

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.8.0",
"doctrine/dbal": "4.0.0 as 3.8.0",
"patchlevel/hydrator": "^1.1.0",
"patchlevel/worker": "^1.1.1",
"psr/cache": "^2.0.0|^3.0.0",
Expand Down
Loading

0 comments on commit a0fbcd6

Please sign in to comment.