From 43d4e701991beca0ef93779aedb1945ef765ccec Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 16 Feb 2023 11:33:51 +0100 Subject: [PATCH] Swap Laravel 9 & 10 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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