Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.4, 8.5]
laravel: [12.*]
laravel: [12.*, 13.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 12.*
testbench: 10.*
carbon: ^3.0
- laravel: 13.*
testbench: 11.*
carbon: ^3.0

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "MIT",
"require": {
"php": "^8.4",
"illuminate/contracts": "^12.0||^11.0",
"illuminate/contracts": "^13.0||^12.0||^11.0",
"thecodingmachine/safe": "^3.3"
},
"require-dev": {
"nunomaduro/collision": "^8.8",
"larastan/larastan": "^3.6",
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
"orchestra/testbench": "^11.0.0||^10.0.0||^9.0.0||^8.22.0",
"friendsofphp/php-cs-fixer": "^3.3",
"lychee-org/phpstan-lychee": "^v2.0.2",
"php-parallel-lint/php-parallel-lint": "^1.4",
Expand Down
Loading