Skip to content

Commit 3e940b0

Browse files
Merge pull request #86 from rudderlabs/ci/update-java-version-to-21
ci: updates java to the latest version
2 parents 11187c1 + 86c888f commit 3e940b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- name: Set up JDK 11
17+
- name: Set up JDK 21
1818
uses: actions/setup-java@v3
1919
with:
20-
java-version: '11'
20+
java-version: '21'
2121
distribution: 'temurin'
2222

2323
- name: Set up Maven

0 commit comments

Comments
 (0)