mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 10:54:04 +00:00
Change matrix in ci.yml
This commit is contained in:
parent
0bf4eb54e4
commit
7c4547ce4d
1 changed files with 5 additions and 5 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -8,10 +8,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
php: [8.0, 8.1]
|
include:
|
||||||
laravel: [9, 10]
|
|
||||||
exclude:
|
|
||||||
- laravel: 10
|
- laravel: 10
|
||||||
|
php: 8.1
|
||||||
|
- laravel: 9
|
||||||
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