From 14628ca5cfad035e51a0bb680d84f71d498f07f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kone=C4=8Dn=C3=BD?= Date: Sun, 15 Dec 2024 21:13:16 +0100 Subject: [PATCH] ci: test also on PHP 8.4 --- .github/workflows/tests.yml | 1 + .gitlab-ci.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1639e9a7..6990aea6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,6 +11,7 @@ jobs: matrix: php: - '8.3' + - '8.4' os: - ubuntu-latest - windows-latest diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 867aaa5a..bdd5fc0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,9 +19,13 @@ test:php8.3: <<: *test_job image: nexendrie/php:8.3 +test:php8.4: + <<: *test_job + image: nexendrie/php:8.4 + test:reports: <<: *test_job - image: nexendrie/php:8.3 + image: nexendrie/php:8.4 variables: REPORTS: 1 coverage: '/(\d+\%) covered/'