From a6545d0c4b90d59c31ddcfa1fac6da78db469e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 6 Nov 2024 16:38:22 +0100 Subject: [PATCH] Add additional PHP versions to CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e7de74..1a8dcce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ jobs: fail-fast: false matrix: phpVersion: + - "8.4" + - "8.3" - "8.2" steps: