From bb80f98176a2cb689b06990c4c01961954a27109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 16 Feb 2023 11:32:01 +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 c3feb13..54f1a71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: fail-fast: true matrix: include: - - laravel: 10 - php: 8.1 - laravel: 9 php: 8.0 + - laravel: 10 + php: 8.1 name: Tests (PHPUnit) - L${{ matrix.laravel }}