mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
Bump Laravel versions (#1022)
* Bump Laravel versions * Test Laravel 8 * Update composer.json * Update composer.json * normalize composer.json * Tweak MethodTest for Laravel 8 Co-authored-by: barryvdh <[email protected]>
This commit is contained in:
co-authored by
barryvdh
parent
a12f902b33
commit
a49cb46fdf
@@ -20,11 +20,11 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php: [7.4, 7.3, 7.2]
|
||||
laravel: [7.*, 6.*, 5.5.*]
|
||||
laravel: [8.*, 7.*, 6.*]
|
||||
dependency-version: [prefer-lowest, prefer-stable]
|
||||
exclude:
|
||||
- laravel: 5.5.*
|
||||
php: 7.4
|
||||
- laravel: 8.*
|
||||
php: 7.2
|
||||
|
||||
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user