Skip to content

Commit

Permalink
fix: improve title of build job (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
chberger authored Oct 24, 2024
1 parent 5dcbd75 commit 182d6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defaults:

jobs:
build:
name: Build on ${{ matrix.os }}
name: Build on ${{ matrix.os }} with Java ${{ matrix.java.version }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 182d6fe

Please sign in to comment.