diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a07e3c9..d1e423a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -8,10 +8,10 @@ jobs: if: github.ref == 'refs/heads/master' # run this job only for the master branch steps: - uses: actions/checkout@v2 - - name: Set up JDK 1.8 + - name: Set up JDK 11 uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 - name: Build with Maven run: mvn -B --no-transfer-progress package