From f4ded4c6d7c8efabb42806f5a118720338957d80 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Thu, 3 Nov 2022 17:36:09 +0800 Subject: [PATCH] drop PHP7.4 support --- .github/workflows/static-analysis.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 96903147..7d5246aa 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -33,7 +33,7 @@ jobs: - name: Setup PHP uses: sunxyw/workflows/setup-environment@main with: - php-version: 7.4 + php-version: 8.0 php-extensions: swoole, posix, json operating-system: ubuntu-latest use-cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65b9d927..c5081f99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: operating-system: [ ubuntu-latest, windows-latest, macos-latest ] - php-version: [ 7.4, 8.0, 8.1 ] + php-version: [ 8.0, 8.1 ] name: PHP ${{ matrix.php-version }} Test (${{ matrix.operating-system }}) runs-on: ${{ matrix.operating-system }} steps: