Skip to content

Commit

Permalink
bump CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Apr 14, 2023
1 parent 92d59d0 commit be54fb5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: 'zulu'
java-version: '11'
- name: Build with Maven
run: mvn package --file pom.xml

0 comments on commit be54fb5

Please sign in to comment.