mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 01:00: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
|
tools: composer:v2
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: composer install --no-interaction --prefer-dist
|
||||||
|
if: matrix.php != 8.0
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --no-interaction --prefer-dist --ignore-platform-req=php
|
run: composer install --no-interaction --prefer-dist --ignore-platform-req=php
|
||||||
|
if: matrix.php == 8.0
|
||||||
|
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user