File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-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
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
2628jobs :
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
You can’t perform that action at this time.
0 commit comments