From 993e05eaf06a86069fcb97486103e67e67935722 Mon Sep 17 00:00:00 2001 From: otsch Date: Thu, 22 Sep 2022 22:24:06 +0200 Subject: [PATCH] Remove 7.4 from ci as required version is now 8.0 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21062cc..5c6ceb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: '7.4' + php-version: '8.0' - name: Check PHP Version run: php -v @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0', '8.1', '8.2'] + php-versions: ['8.0', '8.1', '8.2'] steps: - name: Checkout code @@ -61,7 +61,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: '7.4' + php-version: '8.0' - name: Check PHP Version run: php -v