Skip to content

Commit d2c5ffe

Browse files
committed
Add Java 25 compatibility test workflow
1 parent 948d6ac commit d2c5ffe

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Build with Java 25
2+
3+
on:
4+
push:
5+
branches:
6+
- java-25
7+
8+
jobs:
9+
build:
10+
uses: ballerina-platform/ballerina-library/.github/workflows/build-with-java25-template.yml@java-25
11+
secrets: inherit

0 commit comments

Comments
 (0)