From 10f0f77458511251a3f8f877d331f15388af9892 Mon Sep 17 00:00:00 2001 From: Dominique Vienne Date: Tue, 3 May 2022 14:15:43 +0200 Subject: [PATCH] Removed PHP8.0 from tests --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index bf79f89..39ff7ee 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.1, 8.0] + php: [8.1] laravel: [9.*] stability: [prefer-lowest, prefer-stable] include: