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 a0ef2b5 commit 98c92b9Copy full SHA for 98c92b9
.github/workflows/maven.yml
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
+# Copyright (c) 2021, 2024 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
@@ -29,13 +29,13 @@ jobs:
29
30
strategy:
31
matrix:
32
- java_version: [ 8, 11, 17 ]
+ java_version: [ 8, 17, 21 ]
33
34
steps:
35
- name: Checkout for build
36
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
37
- name: Set up JDK
38
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
39
with:
40
distribution: 'zulu'
41
java-version: ${{ matrix.java_version }}
0 commit comments