From 27c2b912f736ea80edfa136b1989b09b14b7d548 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Thu, 25 Dec 2025 12:20:56 +0100 Subject: [PATCH] run CI also for php 8.5 --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 5113799f..a5370e75 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -19,7 +19,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 strategy: matrix: - php: ['8.1', '8.2', '8.3', '8.4'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5'] name: Integration (${{ matrix.php }}) steps: