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 99cebb5 commit e994b49Copy full SHA for e994b49
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- java: [11, 17]
+ java: [17, 21]
16
steps:
17
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
- name: Set up JDK ${{ matrix.java }}
mise.toml
@@ -1,2 +1,2 @@
1
[tools]
2
-java = "18"
+java = "temurin-17.0.17+10"
0 commit comments