Skip to content

Commit

Permalink
SP-40 Support multiple versions of Java
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Aug 5, 2022
1 parent 3c746d9 commit 2b8e05e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v3
uses: actions/setup-java@v3
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn compile

0 comments on commit 2b8e05e

Please sign in to comment.