1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 12:14:03 +00:00

Update ci.yml

This commit is contained in:
lukinovec 2023-02-15 16:15:52 +01:00
parent a76911cef1
commit a9e6b1bec7

View file

@ -8,12 +8,12 @@ jobs:
strategy:
fail-fast: true
matrix:
laravel: [6, 8, 9, 10]
php: ["8.0", "8.1"]
laravel: [6, 8, 9, 10]
exclude:
- laravel: "^6.0"
- laravel: 6
php: "8.1"
- laravel: "^10.0"
- laravel: 10
php: "8.0"
name: Tests (PHPUnit) - L${{ matrix.laravel }}