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
3636
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v2
39+ uses : actions/checkout@v3
4040
4141 # Clean
4242 - name : Clean
@@ -55,21 +55,22 @@ jobs:
5555 strategy :
5656 fail-fast : false
5757 matrix :
58- coherence_version : [14.1.1-0-18 , 22.06.9 , 24.09-SNAPSHOT ]
58+ coherence_version : [14.1.1-0-20 , 22.06.11 , 24.09.2 ]
5959
6060 steps :
6161 - name : Checkout
62- uses : actions/checkout@v2
62+ uses : actions/checkout@v3
6363
6464 - name : Setup dotnet
6565 uses : actions/setup-dotnet@v3
6666 with :
6767 dotnet-version : ' 3.1.x'
6868
6969 # Set up Java 17
70- - name : Set up Java 17
71- uses : actions/setup-java@v1
70+ - name : Set up JDK
71+ uses : actions/setup-java@v3
7272 with :
73+ distribution : ' oracle'
7374 java-version : ' 17'
7475
7576 # Install SSL certificates
You can’t perform that action at this time.
0 commit comments