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

Don't use PHP 8 with Laravel 10 in CI

This commit is contained in:
lukinovec 2023-02-15 16:12:42 +01:00
parent 98e2d2cbf4
commit a76911cef1

View file

@ -13,6 +13,8 @@ jobs:
exclude:
- laravel: "^6.0"
php: "8.1"
- laravel: "^10.0"
php: "8.0"
name: Tests (PHPUnit) - L${{ matrix.laravel }}