Skip to content

Commit 4a94f4b

Browse files
committed
update gh action build
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent de4fc31 commit 4a94f4b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/maven.yml

+5-4
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, 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,17 +29,18 @@ jobs:
2929

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

3434
steps:
3535
- name: Checkout for build
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
with:
3838
fetch-depth: 0
3939
- name: Set up JDK
40-
uses: actions/setup-java@v3
40+
uses: actions/setup-java@v4
4141
with:
4242
distribution: 'zulu'
4343
java-version: ${{ matrix.java_version }}
44+
cache: 'maven'
4445
- name: Verify
4546
run: mvn -B -V -U -C -Pstaging,oss-release,build-only clean verify org.glassfish.copyright:glassfish-copyright-maven-plugin:check -Dgpg.skip=true

0 commit comments

Comments
 (0)