mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Bump minimum PHP version to 8.1 & misc maintenance (#1521)
* Bump minimum PHP version to 8.1 Laravel 10 doesn't support 8.0 anyway * Remove phpunit 9 * gha: remove unused matrix dimension * gha: bump runner os * tests: remove outdated version checks
This commit is contained in:
@@ -20,11 +20,10 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-20.04, windows-2019]
|
||||
os: [ubuntu-22.04, windows-2019]
|
||||
php: [8.3, 8.2, 8.1]
|
||||
laravel: [10.*, 11.*]
|
||||
stability: [prefer-lowest, prefer-stable]
|
||||
dependency-version: [prefer-lowest, prefer-stable]
|
||||
exclude:
|
||||
- php: 8.1
|
||||
laravel: 11.*
|
||||
|
||||
Reference in New Issue
Block a user