From 44ff385368835e801f7d94ef7df4e18a4e4c5a75 Mon Sep 17 00:00:00 2001 From: Gilles Felix Date: Tue, 18 Jul 2023 11:54:08 +0200 Subject: [PATCH] Fix ci versions --- .github/workflows/master.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e126ddb..2263be9 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -38,16 +38,14 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - php: [ 8.2, 8.1, 8.0 ] - laravel: [ 8.*, 9.*, 10.* ] + php: [ 8.2, 8.1 ] + laravel: [ 9.*, 10.* ] dependency-version: [ prefer-stable ] include: - laravel: 10.* testbench: 8.* - laravel: 9.* testbench: 7.* - - laravel: 8.* - testbench: 6.* exclude: - laravel: 10.* php: 8.0