From a9e6b1bec725524619840a61ef94a5b35fea41ae Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 15 Feb 2023 16:15:52 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 163506b..8aab95e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,12 @@ jobs: strategy: fail-fast: true matrix: - laravel: [6, 8, 9, 10] php: ["8.0", "8.1"] + laravel: [6, 8, 9, 10] exclude: - - laravel: "^6.0" + - laravel: 6 php: "8.1" - - laravel: "^10.0" + - laravel: 10 php: "8.0" name: Tests (PHPUnit) - L${{ matrix.laravel }}