Skip to content

Commit 7ed5638

Browse files
authored
chore: use java 24 in CI (#146)
1 parent 1a80776 commit 7ed5638

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
- name: Unit Tests
3434
run: bun unit
3535

36-
- uses: actions/setup-java@v5
36+
- name: Setup Java
37+
uses: actions/setup-java@v5
3738
with:
3839
distribution: adopt
39-
java-version: "17"
40+
java-version: 24
4041

4142
- name: Integration Test
4243
run: bun integration

0 commit comments

Comments
 (0)