Skip to content

Commit 8543eff

Browse files
authored
Remove trailing curly brace from CI job name (#31)
1 parent 86c3dd5 commit 8543eff

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
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
name: PHP v${{ matrix.php }}, Symfony v${{ matrix.symfony }}}
15+
name: PHP v${{ matrix.php }}, Symfony v${{ matrix.symfony }}
1616
strategy:
1717
fail-fast: false
1818
matrix:

0 commit comments

Comments
 (0)