From 3689c3794d51e1b49da2644c1b5a609e19703c43 Mon Sep 17 00:00:00 2001 From: Cyrill N Kalita Date: Mon, 3 Mar 2025 10:16:34 -0600 Subject: [PATCH] Update Laravel and Laravel Collection Macros versions --- .github/workflows/run-tests.yml | 6 ++++-- composer.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index fa9bceb..198d6bb 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,10 +18,12 @@ jobs: matrix: os: [ubuntu-latest] php: [8.4, 8.3, 8.2] - laravel: [^11.0] + laravel: ["^12.0", "^11.0"] stability: [prefer-lowest, prefer-stable] include: - - laravel: ^11.0 + - laravel: "^12.0" + testbench: 10.* + - laravel: "^11.0" testbench: 9.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 2b463b6..a5551a4 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^8.2", "illuminate/contracts": "^11.0|^12.0", "lorisleiva/laravel-actions": "^2.8", - "spatie/laravel-collection-macros": "^7.0", + "spatie/laravel-collection-macros": "^7.0|^8.0", "spatie/laravel-package-tools": "^1.16", "spatie/laravel-permission": "^6.4" },