diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc3c58d..da5eadb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,10 @@ jobs: strategy: matrix: include: - - laravel: 10 - php: 8.1 - laravel: 9 php: 8.0 + - laravel: 10 + php: 8.1 steps: - uses: actions/checkout@v2