From 2d0b5a30fc8f202ceef85e283e37539d72a09425 Mon Sep 17 00:00:00 2001 From: Sang Nguyen Date: Wed, 15 Feb 2023 17:00:31 +0700 Subject: [PATCH] Add Laravel 10.x support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b568d7a..cd7ee49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - laravel: [8, 9] + laravel: [8, 9, 10] steps: - uses: actions/checkout@v2