mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
wip
This commit is contained in:
committed by
GitHub
parent
ecbc87b9b1
commit
5e43cf872a
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -27,8 +27,13 @@ jobs:
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer install --no-interaction --prefer-dist
|
||||
if: matrix.php != 8.0
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer install --no-interaction --prefer-dist --ignore-platform-req=php
|
||||
if: matrix.php == 8.0
|
||||
|
||||
- name: Execute tests
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user