diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f5e408e7ff..69686c4326 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] + php: [8.0, 8.1, 8.2, 8.3] laravel: [9.*, 10.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] @@ -29,6 +29,8 @@ jobs: exclude: - php: 8.0 laravel: 10.* + - php: 8.3 + laravel: 9.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}