Skip to content

Commit

Permalink
Supports Laravel 12 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Jan 24, 2025
1 parent 81bc972 commit abeaa2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]

name: PHP ${{ matrix.php }} - Without Collections

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"symfony/console": "^6.2|^7.0"
},
"require-dev": {
"illuminate/collections": "^10.0|^11.0",
"illuminate/collections": "^10.0|^11.0|^12.0",
"phpstan/phpstan": "^1.11",
"pestphp/pest": "^2.3|^3.4",
"mockery/mockery": "^1.5",
Expand Down

0 comments on commit abeaa2b

Please sign in to comment.