From dd16fc8b8e97d2ed9116db06797a5cd948ebc98b Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 13 Jan 2022 19:36:35 +0100 Subject: [PATCH] Run tests on PHP 8.1 too (#79) --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48287eb..90dee29 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,8 @@ jobs: - "7.2" - "7.3" - "7.4" - - '8.0' + - "8.0" + - "8.1" include: - os: windows-latest php-version: "5.5"