Skip to content

Commit

Permalink
Update setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 20, 2020
1 parent d5943d9 commit de7b937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v1
uses: actions/setup-java@v1.4.2
with:
java-version: 8
- name: Build with Maven
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v1.4.2
with:
java-version: 11
- name: Build with Maven
Expand Down

0 comments on commit de7b937

Please sign in to comment.