mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 12:14:03 +00:00
Add PHP version matrix
This commit is contained in:
parent
b24e2f0391
commit
739c30e507
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -9,7 +9,12 @@ jobs:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
laravel: [6, 8, 9, 10]
|
laravel: [6, 8, 9, 10]
|
||||||
|
php: ["7.3", "8.0", "8.1"]
|
||||||
|
exclude:
|
||||||
|
- laravel: "^10.0"
|
||||||
|
php: "8.0"
|
||||||
|
- laravel: "^9.0"
|
||||||
|
php: "7.3"
|
||||||
|
|
||||||
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue