Skip to content

Commit

Permalink
Update builds to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Aug 12, 2024
1 parent cca5f88 commit dee2960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
type: boolean
java_version:
type: string
default: '11'
default: '21'
publish_vulnerabilities:
type: string
default: 'true'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ on: [pull_request, push, workflow_dispatch]
jobs:
build:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2
with:
java_version: "21"
secrets: inherit

0 comments on commit dee2960

Please sign in to comment.