From 310efef024581897282c941ce9fbd8662de1aa9c Mon Sep 17 00:00:00 2001 From: php coder Date: Thu, 29 Feb 2024 19:51:16 +0300 Subject: [PATCH] Update ci.yml --- .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 cd7ee49..1e1c9ae 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, 10] + laravel: [8, 9, 10, 11] steps: - uses: actions/checkout@v2