We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220fa74 commit 3804c5bCopy full SHA for 3804c5b
.github/workflows/maven.yml
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2021, 2022 Contributors to the Eclipse Foundation
+# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
3
4
# This program and the accompanying materials are made available under the
5
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -23,13 +23,13 @@ jobs:
23
24
strategy:
25
matrix:
26
- java_version: [ 11, 17 ]
+ java_version: [ 17, 21 ]
27
28
steps:
29
- name: Checkout for build
30
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v3
31
- name: Set up JDK
32
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
33
with:
34
distribution: 'zulu'
35
java-version: ${{ matrix.java_version }}
0 commit comments