mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 14:57:02 +00:00
fix: bumped java version to 17
This commit is contained in:
parent
721b39292b
commit
ca85b8947b
4
.github/workflows/feature_branch_ci.yml
vendored
4
.github/workflows/feature_branch_ci.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# Set up JDK
|
||||
- name: Set Up JDK 1.8
|
||||
- name: Set Up JDK 17
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: 17
|
||||
|
||||
# Install NDK
|
||||
- name: Install NDK
|
||||
|
||||
4
.github/workflows/master_dev_ci.yml
vendored
4
.github/workflows/master_dev_ci.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# Set up JDK
|
||||
- name: Set Up JDK 11
|
||||
- name: Set Up JDK 17
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 17
|
||||
|
||||
# Install NDK
|
||||
- name: Install NDK
|
||||
|
||||
Loading…
Reference in New Issue
Block a user