From 7c4547ce4d7329130656175431bf1817abec2873 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 16 Feb 2023 11:25:44 +0100 Subject: [PATCH] Change matrix in ci.yml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae8378f..c3feb13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,11 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0, 8.1] - laravel: [9, 10] - exclude: - - laravel: 10 - php: 8.0 + include: + - laravel: 10 + php: 8.1 + - laravel: 9 + php: 8.0 name: Tests (PHPUnit) - L${{ matrix.laravel }}