We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3e6ac commit ef36466Copy full SHA for ef36466
1 file changed
.github/workflows/ci.yml
@@ -18,10 +18,10 @@ jobs:
18
- name: Check out repository code
19
uses: actions/checkout@v4
20
21
- - name: Set up JDK 21
22
- uses: actions/setup-java@v4
+ - name: Set up JDK 25
+ uses: actions/setup-java@v5
23
with:
24
- java-version: '21'
+ java-version: '25'
25
distribution: 'adopt'
26
27
- name: Run Maven install
0 commit comments