Skip to content

Commit a32ca51

Browse files
committed
github workflows for jdk 19
1 parent 4d61cb1 commit a32ca51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows.break.until.jdk25.available/gradle_test.yml renamed to .github/workflows/gradle_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Java test with Gradle
44
on:
55
workflow_dispatch:
66
push:
7-
branches: [ "main" ]
7+
branches: [ "jdk-19" ]
88

99
permissions:
1010
contents: read

.github/workflows.break.until.jdk25.available/mvn_test.yml renamed to .github/workflows/mvn_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Java test with Maven
44
on:
55
workflow_dispatch:
66
push:
7-
branches: [ "main" ]
7+
branches: [ "jdk-19" ]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)