Skip to content

Commit

Permalink
compiler: move github workflow to JDK latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Jan 23, 2025
1 parent 201c5b4 commit f0ed451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
include:
# /compiler
- env:
JDK_VERSION: "21"
JDK_VERSION: "latest"
TOOLS_JDK_VERSION: "21"
GATE_TAGS: "style,fullbuild,test"
PRIMARY: "compiler"
- env:
Expand Down

0 comments on commit f0ed451

Please sign in to comment.