From 1c63501282034f5b56f5b06a0a2b8a45fed05964 Mon Sep 17 00:00:00 2001 From: Erik Gaal Date: Mon, 7 Feb 2022 21:44:11 +0100 Subject: [PATCH] Run tests on PHP 8.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb8ad02..a2e12b33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - php: ["7.4", "8.0"] + php: ["7.4", "8.0", "8.1"] laravel: ["^6.0", "^8.0"] steps: