We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe111c commit b10d9f8Copy full SHA for b10d9f8
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/setup-java@v5
21
with:
22
distribution: "temurin"
23
- java-version: "18"
+ java-version: "21"
24
cache: "gradle"
25
- # Required for the package command tests to work
26
name: Set up Docker Buildx
0 commit comments