From 3b49ca9257fae68af5094abac3d9ecf93f443150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Make=C5=A1?= Date: Tue, 9 Aug 2022 15:13:17 +0200 Subject: [PATCH] GH Actions: added PHP 8.0 / 8.1 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d64b985..3a99675 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,8 @@ jobs: - '7.2' - '7.3' - '7.4' + - '8.0' + - '8.1' steps: - name: Checkout code