From 04aa7bac781475c94a023ee9f47e4bac3005d56c Mon Sep 17 00:00:00 2001 From: mscherer Date: Sat, 16 Nov 2024 20:07:39 +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 57a977c..d77d871 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: