File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2020, 2024 , Oracle Corporation and/or its affiliates. All rights reserved.
1
+ # Copyright 2020, 2025 , Oracle Corporation and/or its affiliates. All rights reserved.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at
3
3
# https://oss.oracle.com/licenses/upl.
4
4
34
34
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v3
38
38
39
39
# Clean
40
40
- name : Clean
@@ -53,16 +53,17 @@ jobs:
53
53
strategy :
54
54
fail-fast : false
55
55
matrix :
56
- coherence_version : [14.1.1-0-17 , 22.06.8 , 24.03 ]
56
+ coherence_version : [14.1.1-0-20 , 22.06.11 , 24.09.2 ]
57
57
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@v2
60
+ uses : actions/checkout@v3
61
61
62
62
# Set up Java 17
63
- - name : Set up Java 17
64
- uses : actions/setup-java@v1
63
+ - name : Set up JDK
64
+ uses : actions/setup-java@v3
65
65
with :
66
+ distribution : ' oracle'
66
67
java-version : ' 17'
67
68
68
69
# Build
You can’t perform that action at this time.
0 commit comments