Skip to content

Commit ac06a6f

Browse files
committed
Update JDK version from 21 to 24 in CI workflow
1 parent 7a0fa75 commit ac06a6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17-
- name: Set up JDK 21
17+
- name: Set up JDK 24
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: "temurin"
21-
java-version: "21"
21+
java-version: "24"
2222
cache: "maven"
2323

2424
- name: Build with Maven
2525
run: |
2626
mvn --version
27-
mvn -B package
27+
mvn -B package

0 commit comments

Comments
 (0)