Skip to content

Commit 24982ac

Browse files
committed
update GH actions versions and Coherence server versions (main.net cl 114081 --> 14.1.2.0)
[git-p4: depot-paths = "//dev/release.net/coherence-net-v14.1.2.0/": change = 114084]
1 parent 52ecdba commit 24982ac

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/build.yml

Lines changed: 9 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

@@ -15,12 +15,14 @@ on:
1515
push:
1616
branches:
1717
- main
18+
- v14.1.2.0
1819
pull_request:
1920
types:
2021
- opened
2122
- committed
2223
branches:
2324
- main
25+
- v14.1.2.0
2426
- '*'
2527

2628
jobs:
@@ -34,7 +36,7 @@ jobs:
3436

3537
steps:
3638
- name: Checkout
37-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
3840

3941
# Clean
4042
- name: Clean
@@ -53,16 +55,17 @@ jobs:
5355
strategy:
5456
fail-fast: false
5557
matrix:
56-
coherence_version: [14.1.1-0-17, 22.06.8, 24.03]
58+
coherence_version: [14.1.1-0-20, 22.06.11, 24.09.2]
5759

5860
steps:
5961
- name: Checkout
60-
uses: actions/checkout@v2
62+
uses: actions/checkout@v3
6163

6264
# Set up Java 17
63-
- name: Set up Java 17
64-
uses: actions/setup-java@v1
65+
- name: Set up JDK
66+
uses: actions/setup-java@v3
6567
with:
68+
distribution: 'oracle'
6669
java-version: '17'
6770

6871
# Build

0 commit comments

Comments
 (0)