From ead640731edd1d7ab87bc46617eb9b1d15063f65 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 7 Sep 2024 12:35:12 +0000 Subject: [PATCH] add tests on php 8.4 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb21c942..bc92be30 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,8 @@ jobs: include: # @see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners # @todo run some tests on 'windows-latest' (needs test env setup scripts for windows to be developed) + - php: '8.4' + operating-system: ubuntu-24.04 - php: '8.3' operating-system: ubuntu-22.04 - php: '8.2' -- 2.47.0