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.
22# Licensed under the Universal Permissive License v 1.0 as shown at
33# https://oss.oracle.com/licenses/upl.
44
3434
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v2
37+ uses : actions/checkout@v3
3838
3939 # Clean
4040 - name : Clean
@@ -53,16 +53,17 @@ jobs:
5353 strategy :
5454 fail-fast : false
5555 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 ]
5757
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@v2
60+ uses : actions/checkout@v3
6161
6262 # 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
6565 with :
66+ distribution : ' oracle'
6667 java-version : ' 17'
6768
6869 # Build
You can’t perform that action at this time.
0 commit comments