From 7587a5e53c0cd646387ab7b14dc6f4b60ec84381 Mon Sep 17 00:00:00 2001 From: smiley Date: Sat, 14 Mar 2026 20:52:52 +0100 Subject: [PATCH] :octocat: --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85eb5398c..0b139afc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,6 @@ jobs: fail-fast: true matrix: php-version: - - "8.2" - - "8.3" - "8.4" - "8.5" @@ -74,8 +72,6 @@ jobs: - ubuntu-latest - windows-latest php-version: - - "8.2" - - "8.3" - "8.4" - "8.5" @@ -123,7 +119,7 @@ jobs: - name: "Install PHP" uses: shivammathur/setup-php@v2 with: - php-version: "8.4" + php-version: "8.5" extensions: ${{ env.PHP_EXTENSIONS }} ini-values: ${{ env.PHP_INI_VALUES }} coverage: none @@ -152,7 +148,7 @@ jobs: - name: "Install PHP" uses: shivammathur/setup-php@v2 with: - php-version: "8.4" + php-version: "8.5" extensions: ${{ env.PHP_EXTENSIONS }} ini-values: ${{ env.PHP_INI_VALUES }} coverage: none