Skip to content

Commit 20e02cc

Browse files
committed
Refine test names
1 parent 5aee176 commit 20e02cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/end-to-end-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', 'nightly']
3131

32-
name: "E2E PHP(bash): ${{ matrix.php }}"
32+
name: "E2E Bash PHP: ${{ matrix.php }}"
3333

3434
continue-on-error: ${{ matrix.php == 'nightly' }}
3535

@@ -60,7 +60,7 @@ jobs:
6060
matrix:
6161
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', 'nightly']
6262

63-
name: "E2E PHP(phpt): ${{ matrix.php }}"
63+
name: "E2E phpt PHP: ${{ matrix.php }}"
6464

6565
continue-on-error: ${{ matrix.php == 'nightly' }}
6666

0 commit comments

Comments
 (0)