Skip to content

Commit ef36466

Browse files
committed
Update CI to java 25
1 parent 5b3e6ac commit ef36466

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Check out repository code
1919
uses: actions/checkout@v4
2020

21-
- name: Set up JDK 21
22-
uses: actions/setup-java@v4
21+
- name: Set up JDK 25
22+
uses: actions/setup-java@v5
2323
with:
24-
java-version: '21'
24+
java-version: '25'
2525
distribution: 'adopt'
2626

2727
- name: Run Maven install

0 commit comments

Comments
 (0)