From c85b925c9d352927003aa1d191996e2f290c3500 Mon Sep 17 00:00:00 2001 From: rennokki Date: Thu, 10 Sep 2020 08:35:39 +0300 Subject: [PATCH] Updated CI for 8.0 --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6d3b074..8d03aa5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,15 +10,15 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [7.4, 7.3, 7.2] - laravel: [5.8.*, 6.*, 7.*] + laravel: [6.*, 7.*, 8.*] dependency-version: [prefer-lowest, prefer-stable] include: + - laravel: 8.* + testbench: 6.* - laravel: 7.* testbench: 5.* - laravel: 6.* testbench: 4.* - - laravel: 5.8.* - testbench: 3.8.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}