Skip to content

Commit 24d3977

Browse files
committed
also test against JDK 26
Signed-off-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
1 parent 8ffe5ec commit 24d3977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
java-version: [8, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]
10+
java-version: [8, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v6

0 commit comments

Comments
 (0)