Skip to content

Commit

Permalink
Acxiom#345 Updated java version
Browse files Browse the repository at this point in the history
  • Loading branch information
dafreels committed Apr 20, 2023
1 parent 19688fb commit 4cc95bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 1.8
java-version: 8.0.362+8
cache: 'maven'
- name: Build and Test
env:
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 1.8
java-version: 8.0.362+8
cache: 'maven'
- name: Build and Test
env:
Expand All @@ -72,7 +72,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 1.8
java-version: 8.0.362+8
cache: 'maven'
- id: get-versions
run: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 1.8
java-version: 8.0.362+8
cache: 'maven'
- id: get-versions
run: |
Expand Down

0 comments on commit 4cc95bc

Please sign in to comment.