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

Remove L6 and L8 support

This commit is contained in:
lukinovec 2023-02-15 17:46:44 +01:00
parent a9e6b1bec7
commit c97849ccb2
2 changed files with 5 additions and 10 deletions

View file

@ -8,13 +8,8 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
php: ["8.0", "8.1"] php: ["8.1"]
laravel: [6, 8, 9, 10] laravel: [9, 10]
exclude:
- laravel: 6
php: "8.1"
- laravel: 10
php: "8.0"
name: Tests (PHPUnit) - L${{ matrix.laravel }} name: Tests (PHPUnit) - L${{ matrix.laravel }}

View file

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