From 31d20565027f7010c04f3f04b5042bc0b51bebf5 Mon Sep 17 00:00:00 2001 From: otsch Date: Thu, 10 Mar 2022 17:59:20 +0100 Subject: [PATCH] Required PHP version is 8.1 :) --- .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 c7c560e9..0e8e9f7c 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: '8.0' + php-version: '8.1' - name: Check PHP Version run: php -v @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['8.0', '8.1'] + php-versions: ['8.1'] steps: - name: Checkout code @@ -61,7 +61,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.1' - name: Check PHP Version run: php -v