1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 08:10:07 +01:00

Add PHP 8.1 to Valet tests

This commit is contained in:
Bram
2021-12-15 10:29:06 +01:00
committed by GitHub
parent 2845c565fd
commit 2ef543c038

View File

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