mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 18:44:04 +00:00
Don't use PHP 8 with Laravel 10 in CI
This commit is contained in:
parent
98e2d2cbf4
commit
a76911cef1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -13,6 +13,8 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- laravel: "^6.0"
|
- laravel: "^6.0"
|
||||||
php: "8.1"
|
php: "8.1"
|
||||||
|
- laravel: "^10.0"
|
||||||
|
php: "8.0"
|
||||||
|
|
||||||
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue