Skip to content

Commit

Permalink
chore(CI): switch to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kesselring authored and Marcel Kesselring committed Oct 23, 2023
1 parent d3a3516 commit fa3e8d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Build and test (Android, Jvm, Js)
run: region=${{ secrets.region }} clientId=${{ secrets.clientid }} ./gradlew build test jsTest
- name: Build testapp and test request (iOS)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Grant Permission to Execute
run: chmod +x gradlew
- name: New version
Expand Down

0 comments on commit fa3e8d4

Please sign in to comment.