chore: updates names in github actions workflow

This commit is contained in:
Nuno Maduro
2020-05-21 23:13:32 +02:00
parent 0695ea5d33
commit c18c481628
2 changed files with 3 additions and 5 deletions

View File

@ -13,7 +13,7 @@ jobs:
php: [7.4]
dependency-version: [prefer-lowest, prefer-stable]
name: Formats ${{ matrix.php }} (${{ matrix.dependency-version }}) - ${{ matrix.os }}
name: Formats P${{ matrix.php }} (${{ matrix.dependency-version }}) - ${{ matrix.os }}
steps:

View File

@ -5,7 +5,6 @@ on: ['push', 'pull_request']
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
@ -13,7 +12,7 @@ jobs:
php: [7.3, 7.4]
dependency-version: [prefer-lowest, prefer-stable]
name: Tests ${{ matrix.php }} (${{ matrix.dependency-version }}) - ${{ matrix.os }}
name: Tests P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
steps:
@ -31,8 +30,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: mbstring, zip
tools: prestissimo
coverage: pcov
coverage: none
- name: Install Composer dependencies
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist