diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3feb13..54f1a71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: fail-fast: true matrix: include: - - laravel: 10 - php: 8.1 - laravel: 9 php: 8.0 + - laravel: 10 + php: 8.1 name: Tests (PHPUnit) - L${{ matrix.laravel }}