mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Laravel 12 support (#1672)
* Laravel 12 support * Update run-integration-tests.yml to include Laravel 12 * Update run-tests.yml to include Laravel 12 * allow testbench ^10 * Update run-integration-tests.yml * Update run-tests.yml * Update composer.json Co-authored-by: KentarouTakeda <[email protected]> * Update run-integration-tests.yml * Update run-tests.yml --------- Co-authored-by: KentarouTakeda <[email protected]> Co-authored-by: Barry vd. Heuvel <[email protected]>
This commit is contained in:
co-authored by
KentarouTakeda
Barry vd. Heuvel
parent
40485e7350
commit
dba153f1e0
@@ -20,7 +20,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: [8.4, 8.3, 8.2]
|
||||
laravel: [^11.15]
|
||||
laravel: [11.x, 12.x]
|
||||
|
||||
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user