diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 699894af..c0918200 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,10 @@ jobs: - name: Setup Java uses: actions/setup-java@v4 with: - java-version: 8 distribution: liberica + java-version: | + 8 + 11 cache: gradle - name: Build @@ -68,8 +70,10 @@ jobs: - name: Setup Java uses: actions/setup-java@v4 with: - java-version: 8 distribution: liberica + java-version: | + 8 + 11 cache: gradle - name: Install Dependencies (for Windows build) @@ -153,8 +157,10 @@ jobs: - name: Setup Java uses: actions/setup-java@v4 with: - java-version: 8 distribution: liberica + java-version: | + 8 + 11 cache: gradle - name: Download Artifacts