From 933ba9819b520c14fbfa8b16139868008b1d2844 Mon Sep 17 00:00:00 2001 From: Jordy Van der Haegen Date: Thu, 20 Nov 2025 22:17:35 +0100 Subject: [PATCH] chore: support php 8.5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a29002..03a5a80 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.4, 8.3, 8.2] + php: [8.5, 8.4, 8.3, 8.2] laravel: [12.*] stability: [prefer-lowest, prefer-stable] include: