1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

Update tests.yml

This commit is contained in:
Sergey Romanenko
2020-11-22 19:29:23 +03:00
committed by GitHub
parent 04539a4f69
commit 8638367171

View File

@@ -13,9 +13,6 @@ jobs:
steps:
- name: Get latest code
uses: actions/checkout@v2
- name: Setup Xdebug
uses: MilesChou/docker-xdebug@v1.0.0
- name: Setup PHP
uses: shivammathur/setup-php@v2
@@ -23,7 +20,7 @@ jobs:
php-version: ${{ matrix.php }}
extensions: fileinfo, spl, json, dom, mbstring, xdebug
tools: composer:v2
coverage: none
coverage: xdebug
- name: Setup Problem Matches
run: |