From 1c263a52e8f675a37ffc701187226ce3c0c70e2e Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Fri, 5 Nov 2021 10:32:42 +0100 Subject: [PATCH] Run tests on PHP 8.1 Signed-off-by: Alexander M. Turek --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 19f7d0dd..53917e0c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '7.3', '7.4', '8.0' ] + php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ] monolog: [ '1.*', '2.*' ] include: - php: '7.1'