Skip to content

Commit b1ca92f

Browse files
committed
Use Java 17 in CI
1 parent 6129d83 commit b1ca92f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

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

18-
- name: Set up JDK 11
18+
- name: Set up JDK 17
1919
uses: actions/setup-java@v4
2020
with:
2121
distribution: temurin
22-
java-version: '11'
22+
java-version: '17'
2323
cache: maven
2424

2525
- name: Build and Test with Maven

0 commit comments

Comments
 (0)