From 5ea3fe8b3ca3cb4085d2a3d1a4e90a8c23c0f99a Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Thu, 7 Oct 2021 13:01:30 +0200 Subject: [PATCH] Run tests on PHP 8 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bf63e6c..a96e911e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: strategy: matrix: php: + - 8.0 - 7.4 - 7.3 - 7.2