Skip to content

Commit 3804c5b

Browse files
committed
update gh build
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 220fa74 commit 3804c5b

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, 2022 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2021, 2023 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
@@ -23,13 +23,13 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
java_version: [ 11, 17 ]
26+
java_version: [ 17, 21 ]
2727

2828
steps:
2929
- name: Checkout for build
30-
uses: actions/checkout@v2.3.4
30+
uses: actions/checkout@v3
3131
- name: Set up JDK
32-
uses: actions/setup-java@v2
32+
uses: actions/setup-java@v3
3333
with:
3434
distribution: 'zulu'
3535
java-version: ${{ matrix.java_version }}

0 commit comments

Comments
 (0)