1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 16:14:03 +00:00

Correct Laravel matrix versions

This commit is contained in:
lukinovec 2023-02-15 15:45:07 +01:00
parent f5925e757c
commit 14371f383f

View file

@ -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"