From 735cfaba0aa90595a352064a9ba85f5d3b4a689f Mon Sep 17 00:00:00 2001 From: Albert Chen Date: Thu, 5 Dec 2024 14:19:53 +0800 Subject: [PATCH] chore: don't require php8.4 in ci temporarily --- .github/workflows/static-analysis.yml | 2 -- .github/workflows/tests.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index a0bc1c0..c7db8f1 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -17,8 +17,6 @@ jobs: swoole: "5.1.6" - php: "8.3" swoole: "5.1.6" - - php: "8.4" - swoole: "5.1.6" name: PHP ${{ matrix.php }} (swoole-${{ matrix.swoole }}) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5e7469d..99b0fc7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,8 +17,6 @@ jobs: swoole: "5.1.6" - php: "8.3" swoole: "5.1.6" - - php: "8.4" - swoole: "5.1.6" name: PHP ${{ matrix.php }} (swoole-${{ matrix.swoole }})