mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 13:14:04 +00:00
L10 compatibility (#12)
* Bump dependencies for Laravel 10 * Update GitHub Actions for Laravel 10 * drop < L9 support * use `dispatch_sync` instead of `dispatch_now` * migrate phpunit configuration * update matrix format --------- Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
parent
fe0fc363e6
commit
bfc53f6dd6
4 changed files with 36 additions and 39 deletions
|
|
@ -19,10 +19,11 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "^6.0|^8.0|^9.0"
|
||||
"php": "^8.0",
|
||||
"illuminate/support": "^9.0|^10.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^4.0|^6.0|^7.0",
|
||||
"orchestra/testbench": "^7.0|^8.0",
|
||||
"spatie/valuestore": "^1.2",
|
||||
"ext-redis": "*"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue