Skip to content

Commit

Permalink
Update JDK version in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelMess committed Jun 20, 2023
1 parent 0a29744 commit cba3ca2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: 11
java-version: 17
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand All @@ -32,11 +32,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: 11
java-version: 17
- name: Run non foss test cases
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit cba3ca2

Please sign in to comment.