Skip to content

Commit 89b3e62

Browse files
authored
Update Laravel and Laravel Collection Macros versions (#14)
1 parent a29f5e2 commit 89b3e62

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [8.4, 8.3, 8.2]
21-
laravel: [^11.0]
21+
laravel: ["^12.0", "^11.0"]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
24-
- laravel: ^11.0
24+
- laravel: "^12.0"
25+
testbench: 10.*
26+
- laravel: "^11.0"
2527
testbench: 9.*
2628

2729
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^8.2",
2121
"illuminate/contracts": "^11.0|^12.0",
2222
"lorisleiva/laravel-actions": "^2.8",
23-
"spatie/laravel-collection-macros": "^7.0",
23+
"spatie/laravel-collection-macros": "^7.0|^8.0",
2424
"spatie/laravel-package-tools": "^1.16",
2525
"spatie/laravel-permission": "^6.4"
2626
},

0 commit comments

Comments
 (0)