From babe1601a6b1cd61b743e484454a19da0bec3448 Mon Sep 17 00:00:00 2001 From: Ash Allen Date: Fri, 20 Oct 2023 16:31:02 +0100 Subject: [PATCH 1/2] Remove CI "exclude". --- .github/workflows/ci-phpstan.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-phpstan.yml b/.github/workflows/ci-phpstan.yml index 8102b5c..0413bfb 100644 --- a/.github/workflows/ci-phpstan.yml +++ b/.github/workflows/ci-phpstan.yml @@ -19,8 +19,6 @@ jobs: exclude: - laravel: 10.* php: 8.0 - - laravel: 9.* - php: 8.3 name: PHP${{ matrix.php }} - Laravel ${{ matrix.laravel }} From db17b4098b863cda3821ea34e08844555cd85256 Mon Sep 17 00:00:00 2001 From: Ash Allen Date: Fri, 20 Oct 2023 16:37:06 +0100 Subject: [PATCH 2/2] Remove CI "exclude". --- .github/workflows/ci-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 297353e..687f783 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -21,8 +21,6 @@ jobs: exclude: - laravel: 10.* php: 8.0 - - laravel: 9.* - php: 8.3 name: PHP${{ matrix.php }} - Laravel ${{ matrix.laravel }}