diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index b9ff6df..b8dd7ee 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -21,11 +21,11 @@ jobs: - uses: actions/checkout@v2 with: token: ${{ secrets.GIT_TOKEN }} - - name: Set up Java 20 + - name: Set up Java 21 uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: 20 + java-version: 21 - name: Build with Maven run: | git clone https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@github.com/stellartrails/stellartrails @@ -45,11 +45,11 @@ jobs: - uses: actions/checkout@v2 with: token: ${{ secrets.GIT_TOKEN }} - - name: Set up Java 20 + - name: Set up Java 21 uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: 20 + java-version: 21 - name: Build with Maven run: | git clone https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@github.com/stellartrails/stellartrails