Skip to content

Commit 106d5e1

Browse files
committed
Variable fix
1 parent a5ea687 commit 106d5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
php: ['7.2', '7.3', '7.4']
19-
name: PHP {{ matrix.php }}
19+
name: PHP ${{ matrix.php }}
2020
steps:
2121
- uses: actions/checkout@v1
2222
- uses: actions/cache@v1

0 commit comments

Comments
 (0)