Skip to content

Commit 393469b

Browse files
rodrigoprimojrfnl
andcommitted
Use a shorter name for the jobs that run on multiple OSes
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
1 parent 77a0e74 commit 393469b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: ['ubuntu-latest', 'windows-latest']
2525
php: ['5.4', 'latest']
2626

27-
name: "QTest + Lint: PHP ${{ matrix.php }} - OS ${{ matrix.os }}"
27+
name: "QTest + Lint: PHP ${{ matrix.php }} (${{ matrix.os == 'windows-latest' && 'Win' || 'Linux' }})"
2828

2929
steps:
3030
- name: Prepare git to leave line endings alone

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
os: ['ubuntu-latest', 'windows-latest']
2626
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
2727

28-
name: "Test + Lint: PHP ${{ matrix.php }} - OS ${{ matrix.os }}"
28+
name: "Test + Lint: PHP ${{ matrix.php }} (${{ matrix.os == 'windows-latest' && 'Win' || 'Linux' }})"
2929

3030
continue-on-error: ${{ matrix.php == '8.5' }}
3131

0 commit comments

Comments
 (0)