From 941b979d2de5173fccdb713b000aaafdf577fec7 Mon Sep 17 00:00:00 2001 From: smiley Date: Mon, 27 Nov 2023 23:42:53 +0100 Subject: [PATCH] :octocat: CI update --- .github/workflows/ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51ca9ab94..1176bcbaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,6 @@ jobs: fail-fast: true matrix: php-version: - - "7.4" - - "8.0" - - "8.1" - "8.2" - "8.3" @@ -62,9 +59,6 @@ jobs: - ubuntu-latest - windows-latest php-version: - - "7.4" - - "8.0" - - "8.1" - "8.2" - "8.3" @@ -110,7 +104,7 @@ jobs: - name: "Install PHP" uses: shivammathur/setup-php@v2 with: - php-version: "8.1" + php-version: "8.2" coverage: none tools: phpDocumentor extensions: fileinfo, gd, imagick, json, mbstring @@ -138,7 +132,7 @@ jobs: - name: "Install PHP" uses: shivammathur/setup-php@v2 with: - php-version: "8.1" + php-version: "8.2" coverage: none - name: "Install Sphinx"