Skip to content

Commit

Permalink
build: run CI on Java 19
Browse files Browse the repository at this point in the history
This should effectively get rid of gradle/gradle#22796 for now
  • Loading branch information
TheMrMilchmann committed Jan 28, 2023
1 parent 2ba1a4e commit 06a9568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -6,7 +6,7 @@ on:


env:
JDK_VERSION: '18'
JDK_VERSION: '19'
WORKSPACE_ARCHIVE: workspace.tar
WORKSPACE_ARTIFACT: build-results

Expand Down

0 comments on commit 06a9568

Please sign in to comment.