From ca88074382762d5f390940172fbdf502d5ec61a4 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 30 Apr 2025 00:12:51 -0700 Subject: [PATCH] test.yml - Add php84 --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ce095f..97a2562 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,9 @@ jobs: - operating-system: ubuntu-latest php: 8.3 phpunit: 9 + - operating-system: ubuntu-latest + php: 8.4 + phpunit: 9 ## We used to test here, but we were forced to switch to newer actions. ## But these actions don't seem to run on Windows... #- operating-system: windows-2019