From bf0986bcda66b6aa9504c1993b1b40f302f742e1 Mon Sep 17 00:00:00 2001 From: rennokki Date: Thu, 10 Sep 2020 08:48:46 +0300 Subject: [PATCH] updated constraints --- .github/workflows/run-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8d03aa5..047207d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,6 +15,10 @@ jobs: include: - laravel: 8.* testbench: 6.* + php: 7.3 + - laravel: 8.* + testbench: 6.* + php: 7.4 - laravel: 7.* testbench: 5.* - laravel: 6.*