From f8f370ace6f538d8bb418e270f727b322131e67f Mon Sep 17 00:00:00 2001 From: Waly Date: Fri, 28 Jan 2022 22:20:34 +0000 Subject: [PATCH] Added php 8.1 to CI --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e84745b7419..f467510d839 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -78,7 +78,7 @@ jobs: strategy: matrix: php-version: - - "7.4" + - "8.1" dbal-version: - "default" postgres-version: @@ -139,7 +139,7 @@ jobs: strategy: matrix: php-version: - - "7.4" + - "8.1" dbal-version: - "default" mariadb-version: @@ -205,7 +205,7 @@ jobs: strategy: matrix: php-version: - - "7.4" + - "8.1" dbal-version: - "default" mysql-version: