Skip to content

Commit 98e3def

Browse files
committed
chore(ci): use only Temurin distribution
1 parent 326f82f commit 98e3def

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master-snapshot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
java: [ 11, 17 ]
19-
distribution: [temurin, adopt-openj9]
19+
distribution: [ temurin ]
2020
kubernetes: [ 'v1.17.13','v1.18.20','v1.19.14','v1.20.10','v1.21.4', 'v1.22.1' ]
2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
java: [ 11, 17 ]
19-
distribution: [ temurin, adopt-openj9 ]
19+
distribution: [ temurin ]
2020
kubernetes: [ 'v1.17.13','v1.18.20','v1.19.14','v1.20.10','v1.21.4', 'v1.22.1' ]
2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)