File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2021 Contributors to the Eclipse Foundation
2
+ # Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Eclipse Public License v. 2.0 which is available at
16
16
pull_request :
17
17
push :
18
18
19
+ concurrency :
20
+ group : ${{ github.ref }}
21
+ cancel-in-progress : true
22
+
19
23
jobs :
20
24
build :
21
25
name : Test on JDK ${{ matrix.java_version }}
22
26
runs-on : ubuntu-latest
23
27
24
28
strategy :
25
29
matrix :
26
- java_version : [ 11, 17-ea ]
30
+ java_version : [ 11, 17, 21 -ea ]
27
31
28
32
steps :
29
33
- name : Checkout for build
30
- uses : actions/checkout@v2.3.4
34
+ uses : actions/checkout@v3
31
35
- name : Set up JDK
32
- uses : actions/setup-java@v2
36
+ uses : actions/setup-java@v3
33
37
with :
34
38
distribution : ' zulu'
35
39
java-version : ${{ matrix.java_version }}
You can’t perform that action at this time.
0 commit comments