Skip to content

Commit

Permalink
Specify Postgres versions as Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
rieske committed Oct 30, 2023
1 parent 05b39bc commit c442d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit c442d9c

Please sign in to comment.