Skip to content

Commit

Permalink
switch jdk distribution, rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
ofir-popowski committed Sep 18, 2022
1 parent 2663a89 commit eeb7e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Check Out Source Code
uses: actions/checkout@v2

- name: Set up Java 8
- name: Set up Java 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
distribution: 'temurin'
cache: 'maven'

- name: Prepare deploy
Expand Down

0 comments on commit eeb7e65

Please sign in to comment.