Skip to content

Commit

Permalink
patch: set java 11 for android build workflow (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-rg authored Oct 6, 2022
1 parent b7cc101 commit c1cebd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
java-version: '11'
- name: Check out Git repository
uses: actions/checkout@v1
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.pulls.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
java-version: '11'
- uses: actions/setup-node@v3
with:
node-version: 14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/night.bastyon.com.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
java-version: '11'
- name: Check out Git repository
uses: actions/checkout@v1
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/night.test.bastyon.com.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
java-version: '11'
- name: Check out Git repository
uses: actions/checkout@v1
- uses: actions/setup-node@v3
Expand Down

0 comments on commit c1cebd0

Please sign in to comment.