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
Prev Previous commit
Next Next commit
Bump deps
  • Loading branch information
pascalbaljet committed Feb 19, 2025
commit afab6fd8bbd06f8c4464f5521b4d7febf7da3547
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
fail-fast: true
matrix:
php: [8.4, 8.3, 8.2]
laravel: ['10.*', '11.*', '12.*']
laravel: ["10.*", "11.*", "12.*"]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
testbench: ^8.32
- laravel: 11.*
testbench: 9.*
testbench: ^9.10
- laravel: 12.*
testbench: 10.*
testbench: ^10.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.2|^8.3|^8.4",
"illuminate/support": "^10.0|^11.0|^12.0"
"illuminate/support": "^10.48.28|^11.43|^12.0"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
Expand Down Expand Up @@ -50,4 +50,4 @@
]
}
}
}
}
Loading