We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3f73b commit 7bf0c15Copy full SHA for 7bf0c15
1 file changed
.github/workflows/maven.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
os: [ubuntu-latest, windows-latest, macos-latest]
14
java: [21, 24, 25, 26, '27-ea']
15
- name: Build with Java ${{ matrix.java }}
+ name: Build with Java ${{ matrix.java }} on ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v5
18
0 commit comments