Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from brexhq/actions-update-java
Browse files Browse the repository at this point in the history
gh actions: update java to 14
  • Loading branch information
Joseph Atkins-Turkish authored May 23, 2021
2 parents b9420f8 + a404ed7 commit 03ceef3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 8
java-version: 14

# Check out current repository
- name: Fetch Sources
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 8
java-version: 14

# Check out current repository
- name: Fetch Sources
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 8
java-version: 14

# Check out current repository
- name: Fetch Sources
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 8
java-version: 14

# Check out current repository
- name: Fetch Sources
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 8
java-version: 14

# Check out current repository
- name: Fetch Sources
Expand Down

0 comments on commit 03ceef3

Please sign in to comment.