Skip to content

Commit 98c92b9

Browse files
committed
update gh action build
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent a0ef2b5 commit 98c92b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -29,13 +29,13 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
java_version: [ 8, 11, 17 ]
32+
java_version: [ 8, 17, 21 ]
3333

3434
steps:
3535
- name: Checkout for build
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
- name: Set up JDK
38-
uses: actions/setup-java@v3
38+
uses: actions/setup-java@v4
3939
with:
4040
distribution: 'zulu'
4141
java-version: ${{ matrix.java_version }}

0 commit comments

Comments
 (0)