From 37410500390e100125484dcb8068efd4b1c6b6b3 Mon Sep 17 00:00:00 2001 From: Steve Williamson Date: Fri, 8 Dec 2023 12:24:46 -0500 Subject: [PATCH] adjust php versions supported --- .github/workflows/run-tests-L7.yml | 2 +- .github/workflows/run-tests-l8.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-tests-L7.yml b/.github/workflows/run-tests-L7.yml index b85c659..fb45cfd 100644 --- a/.github/workflows/run-tests-L7.yml +++ b/.github/workflows/run-tests-L7.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.3, 8.2, 8.1, 8.0] + php: [8.3, 8.2, 8.1] laravel: [7.*, 6.*] dependency-version: [prefer-lowest, prefer-stable] include: diff --git a/.github/workflows/run-tests-l8.yml b/.github/workflows/run-tests-l8.yml index e5fca61..63957ad 100644 --- a/.github/workflows/run-tests-l8.yml +++ b/.github/workflows/run-tests-l8.yml @@ -8,12 +8,10 @@ jobs: strategy: fail-fast: false matrix: - php: [8.3, 8.2, 8.1, 8.0] + php: [8.3, 8.2, 8.1] laravel: [9.*, 8.*, 10.*] dependency-version: [prefer-lowest, prefer-stable] exclude: - - laravel: 10.* - php: 8.0 - laravel: 8.* php: 8.1 include: