diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e6e44dcb3e1..87413b8655d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -25,7 +25,7 @@ jobs: - "default" include: - php-version: "8.1" - dbal-version: "3.2@dev" + dbal-version: "3.4@dev" steps: - name: "Checkout" diff --git a/composer.json b/composer.json index 62a0fb1b7da..dd6a1f56776 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "doctrine/cache": "^1.12.1 || ^2.1.1", "doctrine/collections": "^1.5", "doctrine/common": "^3.0.3", - "doctrine/dbal": "^3.3@dev", + "doctrine/dbal": "^3.3", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.1", "doctrine/inflector": "^1.4 || ^2.0",