Skip to content

Commit

Permalink
Update Java versions in CI
Browse files Browse the repository at this point in the history
Updated to version 17.

The 3.0.0 version of the LicenseListPublisher requires a later
version of Java
  • Loading branch information
goneall authored and xsuchy committed Dec 19, 2024
1 parent ef507b7 commit b27cee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b27cee3

Please sign in to comment.