Skip to content

Commit 169369c

Browse files
authored
Build on JDK: 21, 22, 23 (#2859)
Adding JDK 21/22/23 optional builds
1 parent ad07d3d commit 169369c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-version.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-version
1+
name: build
22
on:
33
push:
44
branches:
@@ -12,8 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
java: [ '8', '11', '17' ]
15+
java: [ '8', '11', '17', '21', '22', '23' ]
1616
architecture: [ 'x64' ]
17+
fail-fast: false
1718
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
1819
steps:
1920
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)