Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Oct 9, 2023
1 parent 9bd22ae commit 61815f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13]
postgres: [11, 12, 13, 14, 15, 16]
os:
# [ubuntu-22.04, macos-13]
[ubuntu-22.04]
#postgres: [11, 12, 13, 14, 15, 16]
postgres: [14]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 61815f6

Please sign in to comment.