Skip to content

Commit

Permalink
Use JDK 11 on CI
Browse files Browse the repository at this point in the history
IntelliJ JBR is based on JRE 11, so it is safe to update beyond JDK 8.
  • Loading branch information
KronicDeth committed Sep 14, 2020
1 parent eea0ab3 commit 48aede3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Set up Elixir
uses: actions/setup-elixir@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Set up Elixir
uses: actions/setup-elixir@v1
with:
Expand Down

0 comments on commit 48aede3

Please sign in to comment.