From a0c0b5bdc9a0367619a65e1bb65d7d52a3181915 Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Fri, 22 Nov 2024 13:29:16 +0100 Subject: [PATCH] Update testing matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff970da..cd16f19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: image: zammad/zammad-ci:latest services: postgresql: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: zammad POSTGRES_PASSWORD: zammad @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.4', '7.3', '7.2', '8.0', '8.1', '8.2'] + php: ['7.4', '7.3', '7.2', '8.0', '8.1', '8.2', '8.3', '8.4'] name: PHP ${{ matrix.php }} steps: - uses: actions/checkout@v2