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 f930fd5 commit da839abCopy full SHA for da839ab
.github/workflows/ci.yaml
@@ -14,8 +14,8 @@ jobs:
14
- uses: actions/checkout@v5
15
- uses: actions/setup-java@v5
16
with:
17
- distribution: "adopt" # See 'Supported distributions' for available options
18
- java-version: "11"
+ distribution: "zulu"
+ java-version: "25"
19
- name: Cache Maven packages
20
uses: actions/cache@v4
21
0 commit comments