Skip to content

Commit

Permalink
update github actions versions (#55)
Browse files Browse the repository at this point in the history
* update github actions versions

* update github actions versions - zulu java distribution
  • Loading branch information
KarenJoseph authored Aug 6, 2023
1 parent 4512ebe commit 1440944
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
java: [ '11', '15','17' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Test with Maven
run: mvn test

0 comments on commit 1440944

Please sign in to comment.