From e1e7ef7ba9086fed7afa15f2da7dd7cccf3123b1 Mon Sep 17 00:00:00 2001 From: Ivan Vermeyen Date: Mon, 8 Apr 2024 15:36:24 +0200 Subject: [PATCH] Fix test dependencies --- .github/workflows/run-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e198bed..d7b0425 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -40,6 +40,12 @@ jobs: - laravel: 10.* php: 8.1 testbench: 8.* + - laravel: 10.* + php: 8.2 + testbench: 8.* + - laravel: 10.* + php: 8.3 + testbench: 8.* - laravel: 11.* php: 8.2 testbench: 9.*