From 88a8babe6f761335c99a9ae294d19392f33e6854 Mon Sep 17 00:00:00 2001 From: Cesar Garcia Date: Fri, 25 Nov 2022 22:56:25 +0100 Subject: [PATCH] add tests to php82 (#18) --- .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 c1c1cc4..5974ff8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 8.1] + php: [8.2, 8.1, 8.0] laravel: [8.*, 9.*] dependency-version: [prefer-stable] include: