diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2f7709..b649011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,10 +26,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # required for sonar analysis - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '11' + java-version: '17' distribution: 'adopt' cache: maven - name: Build with Maven