Skip to content

Commit 5d6322f

Browse files
committed
chore(ci): change JDK distribution
- Change JDK distribution from Zulu to Temurin
1 parent cca15e2 commit 5d6322f

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK 8
2525
uses: actions/setup-java@v5
2626
with:
27-
distribution: 'zulu'
27+
distribution: 'temurin'
2828
java-version: '8'
2929
cache: 'maven'
3030

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up JDK 8
1616
uses: actions/setup-java@v5
1717
with:
18-
distribution: 'zulu'
18+
distribution: 'temurin'
1919
java-version: '8'
2020
cache: 'maven'
2121
server-id: central

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up JDK 8
1919
uses: actions/setup-java@v5
2020
with:
21-
distribution: 'zulu'
21+
distribution: 'temurin'
2222
java-version: '8'
2323
cache: 'maven'
2424
server-id: central-portal-snapshots

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up JDK 1.8
2727
uses: actions/setup-java@v5
2828
with:
29-
distribution: 'zulu'
29+
distribution: 'temurin'
3030
java-version: '8'
3131
cache: 'maven'
3232

@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up JDK 1.8
7272
uses: actions/setup-java@v5
7373
with:
74-
distribution: 'zulu'
74+
distribution: 'temurin'
7575
java-version: '8'
7676
cache: 'maven'
7777

@@ -109,7 +109,7 @@ jobs:
109109
- name: Set up JDK 1.8
110110
uses: actions/setup-java@v5
111111
with:
112-
distribution: 'zulu'
112+
distribution: 'temurin'
113113
java-version: '8'
114114
cache: 'maven'
115115

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Change `TARANTOOL_VERSION` default value from `2.11.2-ubuntu20.04` to `2.11.8-ubuntu20.04`
66
- Bump Tarantool 3.x version in tests from `3.0.1-old` to `3.5.0`
7+
- Change JDK distribution from Zulu to Temurin
78

89
## [1.4.1] - 2025-11-07
910
- Bump httpclient from 4.5.14 to httpclient5 5.5.1

0 commit comments

Comments
 (0)