Skip to content

Commit 8bfefec

Browse files
committed
Github to build from this branch. as Java17 is min require here
1 parent fa6ac3b commit 8bfefec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ on:
55
push:
66
branches:
77
- master
8+
- java17
89
pull_request:
910
branches:
1011
- master
12+
- java17
1113
jobs:
1214
build:
1315
strategy:
1416
matrix:
15-
version: [8, 11, 17, 21, 23]
17+
version: [17, 21, 23]
1618
fail-fast: false
1719
runs-on: ubuntu-latest
1820
steps:

0 commit comments

Comments
 (0)