From 378433a00de3fffa3e83a23520565bd6f37bc3f7 Mon Sep 17 00:00:00 2001 From: Philip Manavopoulos Date: Fri, 17 Feb 2023 11:58:14 +0000 Subject: [PATCH] Add PHP 8 in the test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f6621c0..dea77d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.2, 8.1] + php: [8.2, 8.1, 8.0] laravel: [10.*, 9.*, 8.*] dependency-version: [prefer-lowest, prefer-stable] include: