Skip to content

Commit

Permalink
Remove trailing curly brace from CI job name (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkopinsky authored and gilles-g committed Aug 23, 2024
1 parent 8f5dd3e commit 78a8aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
name: PHP v${{ matrix.php }}, Symfony v${{ matrix.symfony }}}
name: PHP v${{ matrix.php }}, Symfony v${{ matrix.symfony }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 78a8aaa

Please sign in to comment.