From ecdbd47e7b59244012d7904abf2ef53450843c49 Mon Sep 17 00:00:00 2001 From: Michael Vasseur Date: Fri, 29 Nov 2024 19:43:57 +0100 Subject: [PATCH] Test with all supported PHP versions --- .github/workflows/codestyle.yml | 2 +- gitlab/ci/template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index a4c8a49973..0dbddf8f72 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -46,7 +46,7 @@ jobs: image: pipelinecomponents/php-codesniffer:latest strategy: matrix: - PHPVERSION: ["8.1", "8.2", "8.3"] + PHPVERSION: ["8.1", "8.2", "8.3", "8.4"] steps: - run: apk add git - uses: actions/checkout@v4 diff --git a/gitlab/ci/template.yml b/gitlab/ci/template.yml index 86521a2f22..e810df854c 100644 --- a/gitlab/ci/template.yml +++ b/gitlab/ci/template.yml @@ -50,7 +50,7 @@ - /bin/true parallel: matrix: - - PHPVERSION: ["8.1","8.2","8.3"] + - PHPVERSION: ["8.1","8.2","8.3", "8.4"] TEST: ["E2E","Unit"] CRAWL_SHADOW_MODE: ["0","1"]