From 1f26965cc8862a917b47bbca09ab7aeb9a69a65c Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 30 Aug 2023 14:40:01 +0200 Subject: [PATCH] Test with PHP 8.4 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4ad2f7..f4065a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" steps: - name: "Checkout"