We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1294c77 commit 9f89fc9Copy full SHA for 9f89fc9
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/setup-java@v5
26
with:
27
distribution: temurin
28
- java-version: ${{ matrix.java }}
+ java-version: 21
29
cache: gradle
30
31
- name: Cache Gradle
0 commit comments