diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6bff5bb..eabb602 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,16 +9,16 @@ jobs: strategy: matrix: php: [ '8.0', '8.1', '8.2', '8.3' ] - laravel: [ '9.2', '9.52', '10.0', '10.39', '11.x'] + laravel: [ '9.2', '9.52', '10.0', '10.48', '11.0'] exclude: - php: '8.0' laravel: '10.0' - php: '8.0' - laravel: '10.39' + laravel: '10.48' - php: '8.0' - laravel: '11.x' + laravel: '11.0' - php: '8.1' - laravel: '11.x' + laravel: '11.0' name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} services: