File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
needs : Get-CI-Image-Tag
12
12
strategy :
13
13
matrix :
14
- java : [ 11, 17, 21 ]
14
+ java : [ 21 ]
15
15
if : github.repository == 'opensearch-project/custom-codecs'
16
16
runs-on : ubuntu-latest
17
17
container :
38
38
if : github.repository == 'opensearch-project/custom-codecs'
39
39
strategy :
40
40
matrix :
41
- java : [ 11, 17, 21 ]
41
+ java : [ 21 ]
42
42
os : [windows-latest, macos-13]
43
43
runs-on : ${{ matrix.os }}
44
44
steps :
Original file line number Diff line number Diff line change 19
19
- uses : actions/setup-java@v4
20
20
with :
21
21
distribution : temurin # Temurin is a distribution of adoptium
22
- java-version : 17
22
+ java-version : 21
23
23
24
24
- name : Checkout custom-codecs Repo
25
25
uses : actions/checkout@v4
35
35
strategy :
36
36
fail-fast : false
37
37
matrix :
38
- jdk : [11, 17 ]
38
+ jdk : [21 ]
39
39
platform : [ubuntu-latest, windows-latest]
40
40
runs-on : ${{ matrix.platform }}
41
41
Original file line number Diff line number Diff line change 20
20
- uses : actions/setup-java@v3
21
21
with :
22
22
distribution : temurin
23
- java-version : 11
23
+ java-version : 21
24
24
- uses : actions/checkout@v3
25
25
- uses : aws-actions/configure-aws-credentials@v1
26
26
with :
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ allprojects {
78
78
}
79
79
80
80
java {
81
- targetCompatibility = JavaVersion . VERSION_11
82
- sourceCompatibility = JavaVersion . VERSION_11
81
+ targetCompatibility = JavaVersion . VERSION_21
82
+ sourceCompatibility = JavaVersion . VERSION_21
83
83
}
84
84
}
85
85
You can’t perform that action at this time.
0 commit comments