Skip to content

Commit

Permalink
Update CI build descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Jun 29, 2023
1 parent c94a9e2 commit 547cfc0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
ref: master
- name: Set up JDK 11
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'temurin'
java-version: '17'
- name: Build with Maven
run: mvn clean package

0 comments on commit 547cfc0

Please sign in to comment.