From 7b88b99fa6dc951f608f97f623c10a086afb5c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mor=C3=A1vek?= Date: Mon, 28 Oct 2024 16:10:18 +0100 Subject: [PATCH] Run CI against PHP 8.4 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7df6988..48ce16a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,7 @@ jobs: - 8.1 - 8.2 - 8.3 + - 8.4 composer_args: - '--prefer-stable' - '--prefer-stable --prefer-lowest'