Skip to content

Commit 15029e4

Browse files
committed
fix: gh action title display error
1 parent c34adb3 commit 15029e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7-
name: Test on php ${{ matrix.os }}
7+
name: Test on php ${{ matrix.php }}
88
runs-on: ubuntu-latest
99
timeout-minutes: 10
1010
strategy:

0 commit comments

Comments
 (0)