From 2030e777ba5c21b92bf3c1a9b8cf805f537051f5 Mon Sep 17 00:00:00 2001 From: mscherer Date: Sat, 16 Nov 2024 20:07:41 +0100 Subject: [PATCH] CI PHP versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0327d3a3..d9c19bc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.1', '8.3', '8.4'] + php-version: ['8.1', '8.4'] db-type: [sqlite, mysql, pgsql] prefer-lowest: [''] include: