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

removed l7

This commit is contained in:
Abrar Ahmad 2022-01-27 13:30:34 +05:00
parent 6dc8467473
commit 77173d7f03
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
laravel: [6, 7, 8, 9]
laravel: [6, 8, 9]
name: Tests (PHPUnit) - L${{ matrix.laravel }}

View file

@ -19,11 +19,11 @@
}
},
"require": {
"illuminate/support": "^6.0|^7.11|^8.0|^9.0",
"illuminate/database": "^6.0|^7.11|^8.0|^9.0"
"illuminate/support": "^6.0|^8.0|^9.0",
"illuminate/database": "^6.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.2|^6.0|^7.0"
"orchestra/testbench": "^4.0|^6.0|^7.0"
},
"minimum-stability": "dev",
"prefer-stable": true