Skip to content

Commit

Permalink
Merge branch 'SP-40' of github.com:bobbrodie/java-bitpay-client into …
Browse files Browse the repository at this point in the history
…SP-34
  • Loading branch information
bobbrodie committed Aug 8, 2022
2 parents fec9e19 + 6d42992 commit cd4d53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
java-version: ${{ matrix.java-version }}
distribution: 'corretto'
- name: Build with Maven
run: mvn compile

0 comments on commit cd4d53e

Please sign in to comment.