Skip to content

Commit 368e64f

Browse files
committed
fix: language about lts versions
1 parent d02b8af commit 368e64f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-java@v4
1818
with:
1919
distribution: "zulu"
20-
java-version: "21" # Always use the latest stable JDK for building
20+
java-version: "21" # Always use the most recent LTS JDK for building
2121
cache: "maven"
2222
- name: Install dependencies
2323
run: make install
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/setup-java@v4
3838
with:
3939
distribution: "zulu"
40-
java-version: "21" # Always use the latest stable JDK for building
40+
java-version: "21" # Always use the most recent LTS JDK for building
4141
cache: "maven"
4242
- name: Install dependencies
4343
run: make install
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/setup-java@v4
6666
with:
6767
distribution: "zulu"
68-
java-version: "21" # Always use the latest stable JDK for building
68+
java-version: "21" # Always use the most recent LTS JDK for building
6969
cache: "maven"
7070
- name: Install checkstyle and style guide
7171
run: make install-checkstyle
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/setup-java@v4
8585
with:
8686
distribution: "zulu"
87-
java-version: "21" # Always use the latest stable JDK for building
87+
java-version: "21" # Always use the most recent LTS JDK for building
8888
cache: "maven"
8989
- name: Install Dependencies
9090
run: make install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/setup-java@v4
3737
with:
3838
distribution: "zulu"
39-
java-version: "21" # Always use the latest stable JDK for building
39+
java-version: "21" # Always use the most recent LTS JDK for building
4040
server-id: "ossrh"
4141
# define environmental variable names
4242
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)