From f645522d4a014adae68e043841a11039a5abc291 Mon Sep 17 00:00:00 2001 From: Di Date: Wed, 13 Mar 2024 16:05:56 +0100 Subject: [PATCH] wip --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e50db62..614a1ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,7 @@ jobs: - '8.1' - '8.0' laravel: + - '11.*' - '10.*' - '9.*' - '8.*' @@ -29,6 +30,8 @@ jobs: exclude: - laravel: '10.*' php: '8.0' + - laravel: '11.*' + php: ['8.0', '8.1'] include: - laravel: '11.*' php: '8.3' @@ -86,7 +89,7 @@ jobs: - name: Install dependencies run: | - composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update + composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest - name: Execute tests