Add Java 17 to Github Actions

This commit is contained in:
Sylwester Zielinski
2023-05-03 10:41:10 +02:00
parent 6c58901c12
commit f8034ac462
3 changed files with 16 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ jobs:
with:
ref: main
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
- shell: bash
run: |
git config user.email mag@nordicsemi.no
@@ -29,6 +33,10 @@ jobs:
with:
ref: main
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
- shell: bash
env:
KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}

View File

@@ -8,6 +8,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
- shell: bash
env:
KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}

View File

@@ -8,6 +8,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
- shell: bash
env:
CONTACT_EMAIL: ${{ secrets.CONTACT_EMAIL }}