Skip to content

Commit f7cde54

Browse files
committed
adding php version to name and runs-on
1 parent 295a766 commit f7cde54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88

99
jobs:
1010
test:
11-
name: PHP Tests - ${{ matrix.os }}
12-
runs-on: ${{ matrix.os }}
11+
name: PHP Tests - ${{ matrix.os }} - PHP ${{ matrix.php }}
12+
runs-on: ${{ matrix.os }} - PHP ${{ matrix.php }}
1313
permissions:
1414
contents: read
1515

0 commit comments

Comments
 (0)