Skip to content

Commit

Permalink
Use JDK 14 for CI and CD (#1226) (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrozov authored Jun 3, 2021
1 parent c2aeb24 commit 8e6cfe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:

- name: Set up JDK 11
- name: Set up JDK 14
uses: actions/setup-java@v1
with:
java-version: 11.0.x
java-version: 14.0.x

- name: Checkout security
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:

- name: Set up JDK 11
- name: Set up JDK 14
uses: actions/setup-java@v1
with:
java-version: 11.0.x
java-version: 14.0.x

- name: Checkout security
uses: actions/checkout@v2
Expand Down

0 comments on commit 8e6cfe7

Please sign in to comment.