From 47a221c74eade6824d1cea35b03a4844b3f5e636 Mon Sep 17 00:00:00 2001 From: Jordy Van der Haegen Date: Thu, 20 Nov 2025 22:25:56 +0100 Subject: [PATCH] chore: support php 8.5 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2bdcb5..343bda7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,14 +13,14 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.4, 8.3, 8.2, 8.1] + php: [8.5, 8.4, 8.3, 8.2, 8.1] laravel: [12.*, 11.*, 10.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 12.* testbench: 10.* - laravel: 11.* - testbench: 9.* + testbench: ^9.9 - laravel: 10.* testbench: 8.* exclude: