mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +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:
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, windows-2019]
|
||||
php: [8.4, 8.3, 8.2]
|
||||
laravel: [^11.15]
|
||||
laravel: [~11.15, 12.x]
|
||||
stability: [prefer-lowest, prefer-stable]
|
||||
steps:
|
||||
- name: Set git to use LF
|
||||
|
||||
Reference in New Issue
Block a user