Update php.yml

This commit is contained in:
Patrick
2022-01-17 23:31:59 +01:00
committed by GitHub
parent a45621565d
commit 31dd2da70b

View File

@@ -13,6 +13,11 @@ jobs:
matrix:
php-version: ['7.4', '8.0', '8.1']
laravel-version: ['5.8.*', '^6.0', '^7.0', '^8.0']
exclude:
- laravel-version: '5.8.*'
php-version: '8.0'
- laravel-version: '5.8.*'
php-version: '8.1'
name: PHP ${{ matrix.php-version }} - Laravel ${{ matrix.laravel-version }}
env:
PHP_VERSION: ${{ matrix.php-versions }}