From 0050e1908bbc97c751784b3f968faf1b4a5aa087 Mon Sep 17 00:00:00 2001 From: WINBIGFOX Date: Mon, 24 Feb 2025 20:34:39 +0100 Subject: [PATCH] CI matrix updated - Laravel 12 support --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9e2ff55..05085f3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: php: "8.1" - laravel: 11 php: "8.3" + - laravel: 12 + php: "8.3" steps: - uses: actions/checkout@v2