Skip to content

Commit

Permalink
Bump java-version from 8 to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
edgedalmacio authored and mergify[bot] committed Mar 18, 2023
1 parent a8f25d9 commit 28516c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-phisix-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'
cache: maven
- uses: 'google-github-actions/auth@v0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-phisix-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'
cache: maven
- uses: 'google-github-actions/auth@v0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-phisix-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'
cache: maven
- uses: 'google-github-actions/auth@v0'
Expand Down

0 comments on commit 28516c1

Please sign in to comment.