2
0

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:
Gary O'Neall
2024-12-17 12:19:43 -08:00
committed by Miroslav Suchý
parent ef507b773c
commit b27cee3e1a
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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