From 88b33e67c486f5cb851dde09071fbec84180ee28 Mon Sep 17 00:00:00 2001 From: Stefan Froemken Date: Thu, 5 Dec 2024 13:19:09 +0100 Subject: [PATCH] Add PHP 8.1 to github actions --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70cdda4..16929a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: matrix: php: + - '8.1' - '8.2' - '8.3'