We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1435dcc commit 911db59Copy full SHA for 911db59
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Verify Format and License
24
run: mvn spotless:check
25
build:
26
- name: Java ${{ matrix.java }} Maven Test
+ name: Java ${{ matrix.java }} Maven Test on ${{ matrix.os }}
27
strategy:
28
matrix:
29
# Test against the LTS Java versions. TODO: add JDK18 when it becomes available.
0 commit comments