mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: updates names in github actions workflow
This commit is contained in:
2
.github/workflows/formats.yml
vendored
2
.github/workflows/formats.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
php: [7.4]
|
php: [7.4]
|
||||||
dependency-version: [prefer-lowest, prefer-stable]
|
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:
|
steps:
|
||||||
|
|
||||||
|
|||||||
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -5,7 +5,6 @@ on: ['push', 'pull_request']
|
|||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
@ -13,7 +12,7 @@ jobs:
|
|||||||
php: [7.3, 7.4]
|
php: [7.3, 7.4]
|
||||||
dependency-version: [prefer-lowest, prefer-stable]
|
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:
|
steps:
|
||||||
|
|
||||||
@ -31,8 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php }}
|
php-version: ${{ matrix.php }}
|
||||||
extensions: mbstring, zip
|
extensions: mbstring, zip
|
||||||
tools: prestissimo
|
coverage: none
|
||||||
coverage: pcov
|
|
||||||
|
|
||||||
- name: Install Composer dependencies
|
- name: Install Composer dependencies
|
||||||
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
|
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
|
||||||
|
|||||||
Reference in New Issue
Block a user