Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 582d56c

Browse files
committedOct 25, 2021
Bump Java to 11 in GHA test build
1 parent 18c9cff commit 582d56c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.github/workflows/test-linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v2
2828

29-
- name: Set up JDK 1.8
30-
uses: actions/setup-java@v1
29+
- name: Set up JDK
30+
uses: actions/setup-java@v2
3131
with:
32-
java-version: 1.8
32+
distribution: 'zulu'
33+
java-version: '11'
3334
- name: Cache Maven packages
3435
uses: actions/cache@v2
3536
with:

0 commit comments

Comments
 (0)
Please sign in to comment.