1
0
Fork 0
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:
lukinovec 2023-02-16 11:25:44 +01:00
parent 0bf4eb54e4
commit 7c4547ce4d

View file

@ -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 }}