Skip to content

Commit f5d8bcd

Browse files
committed
chore: update to java 25
1 parent 1b06b2d commit f5d8bcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/artifact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-java@v2
1616
with:
1717
distribution: 'temurin'
18-
java-version: '21'
18+
java-version: '25'
1919
- name: Setup Python 3.14
2020
uses: actions/setup-python@v2
2121
with:
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/setup-java@v2
5353
with:
5454
distribution: 'temurin'
55-
java-version: '21'
55+
java-version: '25'
5656
- name: Setup Python 3.14
5757
uses: actions/setup-python@v2
5858
with:

0 commit comments

Comments
 (0)