Skip to content

Commit ac456d9

Browse files
committed
Use Java 17 in GitHub Actions to fix the build
1 parent c9b93d3 commit ac456d9

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
@@ -18,10 +18,10 @@ jobs:
1818
- name: Git Checkout
1919
uses: actions/checkout@v6
2020

21-
- name: Setup JDK 11
21+
- name: Setup JDK 17
2222
uses: actions/setup-java@v5
2323
with:
24-
java-version: '11'
24+
java-version: '17'
2525
distribution: 'adopt'
2626
cache: maven
2727

0 commit comments

Comments
 (0)