We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ea687 commit 106d5e1Copy full SHA for 106d5e1
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
php: ['7.2', '7.3', '7.4']
19
- name: PHP {{ matrix.php }}
+ name: PHP ${{ matrix.php }}
20
steps:
21
- uses: actions/checkout@v1
22
- uses: actions/cache@v1
0 commit comments