Skip to content

Commit

Permalink
temporarily drop 13 test until i figure out why db-scope stats are mi…
Browse files Browse the repository at this point in the history
…ssing. update to checkout@v3. probably will need to switch to pgtap.
  • Loading branch information
ardentperf committed Sep 5, 2023
1 parent 45d6830 commit 121f909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
build:
strategy:
matrix:
pg: [16, 15, 14, 13]
pg: [16, 15, 14]
name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
steps:
- run: pg-start ${{ matrix.pg }}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: pg-build-test

0 comments on commit 121f909

Please sign in to comment.