From 075c2e73981e3b50989114660542ca86e1b0747a Mon Sep 17 00:00:00 2001 From: W0rma Date: Wed, 4 Dec 2024 08:02:07 +0100 Subject: [PATCH] Test against PHP 8.4 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cba151d..95e7f1c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: coverage: none - php-version: '8.3' + php-version: '8.4' - run: composer validate --strict --no-check-lock tests: @@ -26,12 +26,12 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.4', '8.0', '8.1', '8.2', '8.3' ] + php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] min_stability: [ '' ] name_suffix: [ '' ] composer_flags: [ '' ] include: - - php: '8.3' + - php: '8.4' min_stability: 'dev' name_suffix: ' (dev deps)' - php: '7.4'