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

Add PHP version matrix

This commit is contained in:
lukinovec 2023-02-15 15:36:38 +01:00
parent b24e2f0391
commit 739c30e507

View file

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