1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

Require PHP 8.0

This commit is contained in:
Matt Stauffer
2022-12-18 15:19:04 -06:00
parent fbf2acbf13
commit 3c3dc8225f
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2]
php: ['8.0', 8.1, 8.2]
name: PHP ${{ matrix.php }}