From b260be0935c619c8604a5cbf89f4dca32ba7d50b Mon Sep 17 00:00:00 2001 From: Damilola Olowookere Date: Thu, 10 Oct 2024 11:48:52 +0100 Subject: [PATCH] Update PHP versions to exclude 8.0 and 8.1 --- .github/workflows/run-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index eec3b1f..cc65b43 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -33,8 +33,7 @@ jobs: pest-plugin-mock: ^1.0 exclude: - laravel: 11.* - php: 8.0 - php: 8.1 + php: 8.0,8.1 - laravel: 10.* php: 8.0