From 123b5b28c59fb194986a1da2f091eac16184c4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 22 Feb 2024 12:09:00 +0100 Subject: [PATCH] fixup! ci: Adapt integration test matrix to test against all backends on master, mysql for stable branches --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 81a3f83cc..e3d2aed10 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,9 +27,9 @@ jobs: fail-fast: false matrix: server-versions: ['stable25', 'stable27', 'master'] + php-versions: ['8.1'] + databases: ['mysql'] include: - - php-versions: '8.1' - databases: 'mysql' - server-versions: 'master' php-versions: '8.3' databases: 'pgsql'