Skip to content

Commit

Permalink
build: run CI on Java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Jul 9, 2024
1 parent fb90d83 commit 11279b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:


env:
JDK_VERSION: "21"
JDK_VERSION: "22"
WORKSPACE_ARCHIVE: workspace.tar
WORKSPACE_ARTIFACT: build-results

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:


env:
JDK_VERSION: "21"
JDK_VERSION: "22"


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:


env:
JDK_VERSION: "21"
JDK_VERSION: "22"
DOCS_BUNDLE: docs.bundle
DOCS_BUNDLE_ARTIFACT: docs-bundle
WORKSPACE_ARCHIVE: workspace.tar
Expand Down

0 comments on commit 11279b4

Please sign in to comment.