1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 16:50:09 +01:00
This commit is contained in:
Miguel Piedrafita
2020-11-03 15:29:45 +00:00
committed by GitHub
parent ecbc87b9b1
commit 5e43cf872a

View File

@@ -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: