Skip to content

Commit

Permalink
fix: ci java dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Oct 11, 2024
1 parent a01f5f4 commit d1c63f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: adopt-hotspot
java-version: 17
distribution: temurin
java-version: 21

- name: Run database
run: docker compose -f docker-compose.yaml up db -d
Expand Down

0 comments on commit d1c63f3

Please sign in to comment.