Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
use jdk 17 and v4 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
IndusAryan committed Dec 2, 2023
1 parent 4ec4df7 commit 9e68300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Clean old builds
run: rm $GITHUB_WORKSPACE/builds/*.cs3

- name: Setup JDK 11
uses: actions/setup-java@v1
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17

- name: Setup Android SDK
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3

- name: Build Plugins
run: |
Expand Down

0 comments on commit 9e68300

Please sign in to comment.