mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 09:34:04 +00:00
Update ci.yml
This commit is contained in:
parent
a76911cef1
commit
a9e6b1bec7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -8,12 +8,12 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
laravel: [6, 8, 9, 10]
|
||||
php: ["8.0", "8.1"]
|
||||
laravel: [6, 8, 9, 10]
|
||||
exclude:
|
||||
- laravel: "^6.0"
|
||||
- laravel: 6
|
||||
php: "8.1"
|
||||
- laravel: "^10.0"
|
||||
- laravel: 10
|
||||
php: "8.0"
|
||||
|
||||
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue