mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Update tests.yml (#6000)
This commit is contained in:
parent
b47c4bc20d
commit
2f975d7527
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -19,11 +19,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: ['8.0', 8.1]
|
||||
stability: ['']
|
||||
include:
|
||||
- php: 8.2
|
||||
stability: --ignore-platform-req=php+
|
||||
php: ['8.0', 8.1, 8.2]
|
||||
|
||||
name: PHP ${{ matrix.php }}
|
||||
|
||||
@ -39,7 +35,7 @@ jobs:
|
||||
coverage: none
|
||||
|
||||
- name: Install Composer dependencies
|
||||
run: composer install ${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
|
||||
run: composer install --prefer-dist --no-interaction --no-progress
|
||||
|
||||
- name: Copy environment file
|
||||
run: cp .env.example .env
|
||||
|
Loading…
x
Reference in New Issue
Block a user