Skip to content

Commit e19c402

Browse files
committed
fixed typo in test job name
1 parent 8e248b8 commit e19c402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions: {}
1313

1414
jobs:
1515
test:
16-
name: PHP ${{ matrix.php-versions }} DokuWiki ${{ matrix.dokuwiki-branch }}
16+
name: PHP ${{ matrix.php-version }} DokuWiki ${{ matrix.dokuwiki-branch }}
1717
runs-on: ubuntu-latest
1818
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1919

0 commit comments

Comments
 (0)