Skip to content

Commit

Permalink
Update build to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Aug 8, 2024
1 parent 6df2c82 commit db75176
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 @@ -18,7 +18,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 @@ -5,3 +5,5 @@ jobs:
build:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2
secrets: inherit
with:
java_version: 21

0 comments on commit db75176

Please sign in to comment.