We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957c2d3 commit 5a75538Copy full SHA for 5a75538
.github/workflows/build-autotriage.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38
39
- name: "Run Build Auto Triage"
40
- run: bash "${PWD}/${TRIAGE_SCRIPT}" jdk8u jdk11u jdk17u jdk21u jdk23u jdk24head
+ run: bash "${PWD}/${TRIAGE_SCRIPT}" jdk8u jdk11u jdk17u jdk21u jdk23u jdk24 jdk25head
41
42
- name: Create Issue From File
43
env:
0 commit comments