From 2056c9749dfdd07b42b128506856bd8295236dfa Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Fri, 29 Nov 2024 21:08:47 +0100 Subject: [PATCH] Add PHP 8.4 CI run --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e5bd900a..1d2fa0e4 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,6 +14,8 @@ jobs: include: - php-versions: '8.3' extra-tests: '1' + - php-versions: '8.4' + extra-tests: '1' steps: - name: Checkout Coder uses: actions/checkout@v4