Update php.yml

This commit is contained in:
Patrick
2022-01-17 23:28:01 +01:00
committed by GitHub
parent a22b97e78d
commit a45621565d

View File

@@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1']
laravel-version: ['5.4.*', '5.5.*', '5.6.*', '5.7.*', '5.8.*', '^6.0', '^7.0', '^8.0']
laravel-version: ['5.8.*', '^6.0', '^7.0', '^8.0']
name: PHP ${{ matrix.php-version }} - Laravel ${{ matrix.laravel-version }}
env:
PHP_VERSION: ${{ matrix.php-versions }}