mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 10:54:04 +00:00
Correct Laravel matrix versions
This commit is contained in:
parent
f5925e757c
commit
14371f383f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
php: ["7.3", "8.0", "8.1"]
|
||||
laravel: ["^6.0", "^8.0", "^9.0", "^10.0"]
|
||||
laravel: [6, 8, 9, 10]
|
||||
include:
|
||||
- laravel: "^9.0"
|
||||
testbench: "^7.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue