Skip to content

Commit

Permalink
SP-40 Use Java version dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Aug 8, 2022
1 parent feb552d commit f486309
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
java-version: ${{ matrix.java-version }}
- name: Build with Maven
run: mvn compile

0 comments on commit f486309

Please sign in to comment.