mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 19:14:04 +00:00
Remove L6 and L8 support
This commit is contained in:
parent
a9e6b1bec7
commit
c97849ccb2
2 changed files with 5 additions and 10 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -8,13 +8,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: ["8.0", "8.1"]
|
||||
laravel: [6, 8, 9, 10]
|
||||
exclude:
|
||||
- laravel: 6
|
||||
php: "8.1"
|
||||
- laravel: 10
|
||||
php: "8.0"
|
||||
php: ["8.1"]
|
||||
laravel: [9, 10]
|
||||
|
||||
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue