diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54bb2680..aedbd245 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.3, 7.4, '8.0', 8.1, 8.2] + php: [7.3, 7.4, '8.0', 8.1, 8.2, 8.3] laravel: [8, 9, 10] exclude: - php: 7.3 @@ -38,6 +38,10 @@ jobs: laravel: 10 - php: 8.2 laravel: 8 + - php: 8.3 + laravel: 8 + - php: 8.3 + laravel: 9 name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}