From bf5d6f58bbcf4b3bedeba59dc98bedbdedcb01ca Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 23 Nov 2024 19:24:08 +0100 Subject: [PATCH] tests: add tests for PHP 8.4 (#568) --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b97aa71..e0d28d5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -79,6 +79,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" include: # Keep the locked version by default - dependency-versions: "locked" @@ -156,6 +157,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" operating-system: - "ubuntu-latest" - "windows-latest"