We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696979b commit a396101Copy full SHA for a396101
.github/workflows/main.yml
@@ -14,6 +14,7 @@ permissions:
14
15
jobs:
16
build:
17
+ name: "build (JDK ${{ matrix.java_version }}, Guava ${{ matrix.guava_version }})"
18
runs-on: 'ubuntu-24.04'
19
strategy:
20
fail-fast: false
0 commit comments