From 1f7c152f097c8b55dd6905263b02c2d62092e5a1 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Fri, 13 Oct 2023 13:58:31 -0400 Subject: [PATCH] [4.x] Revert adding PHP 8.3 tests (#8846) --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 69686c4326..f5e408e7ff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - php: [8.0, 8.1, 8.2, 8.3] + php: [8.0, 8.1, 8.2] laravel: [9.*, 10.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] @@ -29,8 +29,6 @@ jobs: exclude: - php: 8.0 laravel: 10.* - - php: 8.3 - laravel: 9.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}