From 7172e038dc2354ecfacefdddbdd7c7491ce14aaf Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 18 Jun 2025 12:43:34 +0100 Subject: [PATCH] Test on PHP 8.4 --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 21f58f22..c0db46b2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: ['8.0', '8.1', '8.2', '8.3'] + php: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@master