From e4d7f111098cb25e5de8897755b4b4089b5f0d79 Mon Sep 17 00:00:00 2001 From: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:23:19 +0200 Subject: [PATCH] Test on PHP 8.5 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index eafe5517cf..8e89d83d05 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -19,7 +19,7 @@ jobs: # run all combinations of the following, to make sure they're working together matrix: # os: [ubuntu-latest, macos-latest, windows-latest] - php: ['8.1', '8.2', '8.3', '8.4'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5'] laravel: [^10.0, ^11.0, ^12.0] dbal: [^3.0] phpunit: [10.*, 11.*]