Skip to content

Commit

Permalink
Merge pull request #33 from adjust/add-main-yml-test
Browse files Browse the repository at this point in the history
add test for pg16
  • Loading branch information
PerikAdjust authored Jun 21, 2024
2 parents ae046c9 + b94dac6 commit b0e1ccb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
# also test 'latest', eventually this will be upgraded to a newer version and might fail early
#os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest]
os: [ubuntu-latest]
#postgresql: [9.6, 10, 11, 12, 13, 14, 15]
postgresql: [11, 12, 14, 15]
postgresql: [16, 15, 14, 13, 12, 11, 10]

steps:
- name: Checkout code
Expand Down

0 comments on commit b0e1ccb

Please sign in to comment.