mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 14:04:02 +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:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
laravel: [6, 8, 9, 10]
|
|
||||||
php: ["8.0", "8.1"]
|
php: ["8.0", "8.1"]
|
||||||
|
laravel: [6, 8, 9, 10]
|
||||||
exclude:
|
exclude:
|
||||||
- laravel: "^6.0"
|
- laravel: 6
|
||||||
php: "8.1"
|
php: "8.1"
|
||||||
- laravel: "^10.0"
|
- laravel: 10
|
||||||
php: "8.0"
|
php: "8.0"
|
||||||
|
|
||||||
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue