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"]