Skip to content

Commit

Permalink
ci: remove unsupported pg versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Oct 18, 2023
1 parent ffc47c0 commit c0fe79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
pgtap-version: [ 1.3.1 ]
pg-version: [ 9, 10, 11, 12, 13, 14, 15, 16 ]
pg-version: [ 11, 12, 13, 14, 15, 16 ]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit c0fe79d

Please sign in to comment.