Skip to content

Commit

Permalink
Merge pull request #15 from seljabali/update-to-corretto
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali authored May 11, 2022
2 parents a7f73bf + 85e9fa7 commit b4b4b66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
java-version: 17
distribution: corretto
- name: Start up PostgreSQL in Docker
run: |
docker-compose up -d postgres
Expand Down

0 comments on commit b4b4b66

Please sign in to comment.