From d016fe78288fd4001553b15583ff40c811e3d15c Mon Sep 17 00:00:00 2001 From: Martin Parsiegla Date: Fri, 17 Jan 2025 15:44:43 +0100 Subject: [PATCH] Also run CI pipeline for PHP `8.3` and `8.4` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bb2647..6a3f016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.4', '8.0', '8.1', '8.2'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] include: - php-version: '8.0' composer-flags: '--prefer-stable --prefer-lowest'