diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml
index 51c3b897686..569cc2f0ff1 100644
--- a/.github/workflows/continuous-integration.yml
+++ b/.github/workflows/continuous-integration.yml
@@ -19,17 +19,14 @@ jobs:
strategy:
matrix:
php-version:
- - "8.0"
- "8.1"
dbal-version:
- "default"
+ - "3@dev"
+ - "4@dev"
include:
- - php-version: "8.1"
- dbal-version: "3@dev"
- php-version: "8.2"
dbal-version: "3@dev"
- - php-version: "8.1"
- dbal-version: "4@dev"
steps:
- name: "Checkout"
diff --git a/.github/workflows/phpbench.yml b/.github/workflows/phpbench.yml
index df9c049d176..f134dba863e 100644
--- a/.github/workflows/phpbench.yml
+++ b/.github/workflows/phpbench.yml
@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
php-version:
- - "8.0"
+ - "8.1"
steps:
- name: "Checkout"
diff --git a/composer.json b/composer.json
index 183fae8d274..845c5ff6088 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
"sort-packages": true
},
"require": {
- "php": "^8.0",
+ "php": "^8.1",
"composer-runtime-api": "^2",
"ext-ctype": "*",
"doctrine/collections": "^1.5",
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index 3479e897c9b..d4441c51c43 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -9,7 +9,7 @@
-
+
lib
tests