From 50a14c0c9537f978a61cde9fdc192a0267cc9cff Mon Sep 17 00:00:00 2001 From: Zaahid Bateson Date: Fri, 20 Dec 2024 14:05:33 -0800 Subject: [PATCH] Include php 8.4 in tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d876309..9becc12 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: [8.3, 8.2, 8.1, 8.0] + php: [8.4, 8.3, 8.2, 8.1, 8.0] stability: [prefer-stable] name: P${{ matrix.php }}