Skip to content

Commit e611d27

Browse files
committed
use java 17 for GitHub action
1 parent 63db849 commit e611d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- name: setup redis
2727
run: docker-compose up -d
28-
- name: Set up JDK 11
28+
- name: Set up JDK 17
2929
uses: actions/setup-java@v3
3030
with:
31-
java-version: '11'
31+
java-version: '17'
3232
distribution: 'temurin'
3333
cache: maven
3434
- name: Build with coveralls report

0 commit comments

Comments
 (0)