diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e74ea7339..4cd690afc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,10 +25,10 @@ jobs: - uses: actions/checkout@v3 - name: setup redis run: docker-compose up -d - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' cache: maven - name: Build with coveralls report