Skip to content

Commit

Permalink
Add README (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rieske authored Oct 30, 2023
1 parent d31993d commit e632f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
postgres: [ 16.0, 15.4, 14.9, 13.12]
postgres: ["16.0", "15.4", "14.9", "13.12"]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand All @@ -34,7 +34,7 @@ jobs:
env:
POSTGRES_VERSION: ${{ matrix.postgres }}
with:
arguments: :test
arguments: :lib:test

results:
if: ${{ always() }}
Expand Down
Empty file added README.md
Empty file.

0 comments on commit e632f29

Please sign in to comment.