Skip to content

Commit f4b6e74

Browse files
committed
Update build name
1 parent 90f34c2 commit f4b6e74

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ on: [ push, pull_request ]
44

55
jobs:
66
tests:
7-
runs-on: ${{ matrix.operating-system }}
7+
name: Tests PHP ${{ matrix.php }}
88
strategy:
99
matrix:
1010
operating-system: [ ubuntu-latest ]
1111
php-versions: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]
12-
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1312

1413
steps:
1514
- name: Checkout

0 commit comments

Comments
 (0)