mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Test against php 8.2 and 8.3
Integration tests against 8.3 Unit tests against 8.2 and 8.3
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
COMPOSER_NO_INTERACTION: 1
|
COMPOSER_NO_INTERACTION: 1
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php: [8.2, 8.1, 8.0, 7.4, 7.3]
|
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3]
|
||||||
laravel: [10.*, 9.*, 8.*]
|
laravel: [10.*, 9.*, 8.*]
|
||||||
exclude:
|
exclude:
|
||||||
- php: 8.0
|
- php: 8.0
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, windows-2019]
|
os: [ubuntu-20.04, windows-2019]
|
||||||
php: [8.1, 8.0, 7.4, 7.3]
|
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3]
|
||||||
laravel: [8.*, 9.*, 10.*]
|
laravel: [8.*, 9.*, 10.*]
|
||||||
dependency-version: [prefer-lowest, prefer-stable]
|
dependency-version: [prefer-lowest, prefer-stable]
|
||||||
exclude:
|
exclude:
|
||||||
|
|||||||
Reference in New Issue
Block a user