From 4bc88cbeb7852ce30e9de88f22cef6a5427c9752 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 29 Sep 2025 08:22:50 +0200 Subject: [PATCH] add jobs using PHP 8.5 in the CI --- .github/workflows/continuous-integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 04ed3cf267..e5442423f6 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -41,6 +41,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" dbal-version: - "default" extension: @@ -115,6 +116,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" dbal-version: - "default" - "3@dev" @@ -189,6 +191,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" dbal-version: - "default" - "3@dev" @@ -260,6 +263,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" dbal-version: - "default" - "3@dev"