From 5ead9b6c384af8210464c9f96cbb826962445c90 Mon Sep 17 00:00:00 2001 From: Di Date: Wed, 13 Mar 2024 16:32:39 +0100 Subject: [PATCH] wip --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec48f73..36984c6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,7 +97,9 @@ jobs: - name: Install dependencies if: matrix.laravel == '11.*' && matrix.php == '8.3' - run: composer update --prefer-stable --prefer-dist --no-interaction + run: | + composer require "laravel/framework:11.*" "orchestra/testbench:9.*" --no-interaction --no-update + composer update --prefer-stable --prefer-dist --no-interaction - name: Execute tests