Skip to content

Commit 59e675e

Browse files
committed
update GH actions versions and Coherence server versions (main.net cl 114081 --> 14.1.1.0-core)
[git-p4: depot-paths = "//dev/release.net/coherence-net-v14.1.1.0-core/": change = 114082]
1 parent 6de8243 commit 59e675e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

@@ -36,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)