Skip to content

Commit

Permalink
fix: java version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gabbloquet committed Feb 17, 2024
1 parent fd1336e commit 4979273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java 19
- name: Set up Java 21
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'adopt'
java-version: '21'
distribution: 'temurin'
- name: Test
working-directory: service
run: mvn -B test
Expand Down

0 comments on commit 4979273

Please sign in to comment.