mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Drop PHP 5.6; extract site-specific PHP version isolation to its own commands
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: [5.6, '7.0', 7.1, 7.2, 7.3, 7.4, '8.0', 8.1]
|
||||
php: ['7.0', 7.1, 7.2, 7.3, 7.4, '8.0', 8.1]
|
||||
|
||||
name: PHP ${{ matrix.php }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user