Skip to content

Commit 21ec71b

Browse files
committed
Add automated test workflow
1 parent 7a5fe71 commit 21ec71b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
pg: [17, 16, 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4, 9.3, 9.2]
7+
pg: [18, 17, 16, 15, 14, 13, 12, 11, 10]
88
name: 🐘 PostgreSQL ${{ matrix.pg }}
99
runs-on: ubuntu-latest
1010
container: pgxn/pgxn-tools
@@ -14,4 +14,4 @@ jobs:
1414
- name: Check out the repo
1515
uses: actions/checkout@v4
1616
- name: Test on PostgreSQL ${{ matrix.pg }}
17-
run: pg-build-test
17+
run: make test PGUSER=postgres

0 commit comments

Comments
 (0)