From 7480fd5e811be4e3a866ec101b2b47a44d17fa8b Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 23 Mar 2023 14:58:16 +0900 Subject: [PATCH] chore: drop PHP 8.2 temporarily --- .github/workflows/test-phpunit.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index 66dc091f7b0d..83310fdf117d 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -56,10 +56,6 @@ jobs: - '7.4' - '8.0' - '8.1' - - '8.2' - include: - - php-version: '8.2' - composer-option: '--ignore-platform-req=php' uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo with: