Update Java versions in CI
Updated to version 17. The 3.0.0 version of the LicenseListPublisher requires a later version of Java
This commit is contained in:
committed by
Miroslav Suchý
parent
ef507b773c
commit
b27cee3e1a
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
- uses: actions/checkout@v4
|
||||
- name: Fetch changes for git diff
|
||||
id: fetchdiff
|
||||
|
||||
5
.github/workflows/validate.yaml
vendored
5
.github/workflows/validate.yaml
vendored
@@ -24,9 +24,10 @@ jobs:
|
||||
name: Validate canonical match
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-java@v1
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
- uses: actions/checkout@v4
|
||||
- name: Fetch changes for git diff
|
||||
id: fetchdiff
|
||||
|
||||
Reference in New Issue
Block a user