mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Add Lumen 8 to integration test (#1093)
This commit is contained in:
@@ -19,7 +19,10 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php: [7.4, 7.3, 7.2]
|
||||
lumen: [7.*, 6.*]
|
||||
lumen: [8.*, 7.*, 6.*]
|
||||
exclude:
|
||||
- lumen: 8.*
|
||||
php: 7.2
|
||||
name: P${{ matrix.php }} - Lumen${{ matrix.lumen }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user