Skip to content

Commit 5b816b1

Browse files
committed
update GH actions versions and Coherence server versions
[git-p4: depot-paths = "//dev/main.net/": change = 114081]
1 parent fdc9e97 commit 5b816b1

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

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

0 commit comments

Comments
 (0)