Skip to content

Commit 05a80da

Browse files
committed
upgraded GitHub actions Java
1 parent ee99e18 commit 05a80da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- name: Set up JDK 1.8
14+
- name: Set up JDK 11
1515
uses: actions/setup-java@v4
1616
with:
17-
java-version: '8'
17+
java-version: '11'
1818
distribution: 'zulu'
1919
- uses: gradle/actions/setup-gradle@v4
2020
- run: ./gradlew check coveralls --stacktrace

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
GRADLE_OPTS: "-Xmx6g -Xms4g"
1313
steps:
1414
- uses: actions/checkout@v4
15-
- name: Set up JDK 1.8
15+
- name: Set up JDK 11
1616
uses: actions/setup-java@v4
1717
with:
18-
java-version: '8'
18+
java-version: '11'
1919
distribution: 'zulu'
2020
- name: Decode PGP
2121
id: write_file

0 commit comments

Comments
 (0)