Skip to content

Commit 958c2a7

Browse files
committed
updated java version
1 parent b464c57 commit 958c2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
# 2. Setup Java
19-
- name: Set up JDK 17
19+
- name: Set up JDK 21
2020
uses: actions/setup-java@v4
2121
with:
2222
distribution: "temurin"
23-
java-version: "17"
23+
java-version: "21"
2424

2525
# 3. Cache Maven dependencies (speeds up builds)
2626
- name: Cache Maven packages

0 commit comments

Comments
 (0)