Skip to content

Commit 8f0e992

Browse files
author
Jegors Cemisovs
committed
Update GitHub Actions workflow to use JDK 25 with Temurin distribution
1 parent fcf2bc6 commit 8f0e992

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16-
- name: Set up JDK 17
16+
- name: Set up JDK 25
1717
uses: actions/setup-java@v5
1818
with:
19+
distribution: 'temurin'
1920
java-version: 25
2021
- name: Cache SonarCloud packages
2122
uses: actions/cache@v4

0 commit comments

Comments
 (0)