diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e98c5be..f9ada39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 # Check out current repository - name: Fetch Sources @@ -87,7 +87,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 # Check out current repository - name: Fetch Sources @@ -149,7 +149,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 # Check out current repository - name: Fetch Sources