Skip to content

Commit 92acee4

Browse files
fix: use distribution
1 parent ab57147 commit 92acee4

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
@@ -6,10 +6,11 @@ jobs:
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v4
9-
- name: Set up JDK 17
9+
- name: Set up JDK 20
1010
uses: actions/setup-java@v3
1111
with:
12-
java-version: 17
12+
distribution: 'oracle'
13+
java-version: 20
1314
- name: Install dependencies, run tests, and collect coverage
1415
run: gradle build
1516
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)