Skip to content

Commit 850857f

Browse files
committed
Java version update
1 parent dc988c6 commit 850857f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
- name: Checkout repository
3636
uses: actions/checkout@v4
3737

38-
- name: Set up JDK 1.8
38+
- name: Set up JDK 11
3939
uses: actions/setup-java@v4
4040
with:
4141
distribution: 'temurin'
42-
java-version: '8'
42+
java-version: '11'
4343

4444
- name: Build with Gradle
4545
run: ./gradlew build

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
version-file: ${{ env.VERSION_FILE }}
4848
version-file-extraction-pattern: ${{ env.VERSION_EXTRACT_PATTERN }}
4949

50-
- name: Set up JDK 1.8
50+
- name: Set up JDK 11
5151
uses: actions/setup-java@v4
5252
with:
5353
distribution: 'temurin'
54-
java-version: '8'
54+
java-version: '11'
5555

5656
- name: Setup git credentials
5757
uses: oleksiyrudenko/gha-git-credentials@v2-latest

0 commit comments

Comments
 (0)