From 45e0fc958270457432a672ed403510a95c7efb14 Mon Sep 17 00:00:00 2001 From: Adam Nicholson Date: Tue, 27 May 2025 21:06:07 +0100 Subject: [PATCH] Run tests against PHP up to 8.4 --- .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 22cdc87..54d88c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest, macos-latest] - php-versions: ['8.0', '8.1'] + php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4'] runs-on: ${{ matrix.operating-system }} steps: - name: Checkout