diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d9a780..e2d0e02 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,11 +13,13 @@ jobs: strategy: matrix: - php: [ 8.1, 8.2, 8.3 ] + php: [ 8.1, 8.2, 8.3, 8.4 ] laravel: [ '10.*', '11.*' ] exclude: - php: 8.1 laravel: '11.*' + - php: 8.4 + laravel: '10.*' name: PHP ${{ matrix.php }} - LARAVEL ${{ matrix.laravel }}