diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 314d6e4c..2fc4a037 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - laravel: ['^9.0'] + laravel: ['^10.1'] steps: - name: Checkout