mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 08:24: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:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: [8.0, 8.1]
|
||||
laravel: [9, 10]
|
||||
exclude:
|
||||
include:
|
||||
- laravel: 10
|
||||
php: 8.1
|
||||
- laravel: 9
|
||||
php: 8.0
|
||||
|
||||
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue