Skip to content

Commit b5c0d95

Browse files
committed
Removed regression tests for postgres 10 and 11
1 parent 872dc14 commit b5c0d95

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/regression.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ jobs:
1212
- 14
1313
- 13
1414
- 12
15-
- 11
16-
- 10
1715

1816
name: PostgreSQL ${{ matrix.pg }}
1917
runs-on: ubuntu-latest
2018
container: pgxn/pgxn-tools
2119
steps:
22-
2320
- name: Start PostgreSQL ${{ matrix.pg }}
2421
run: pg-start ${{ matrix.pg }}
2522

@@ -32,12 +29,6 @@ jobs:
3229
- name: Put pg_repack on PATH
3330
run: echo "$PWD/bin" >> $GITHUB_PATH
3431

35-
- name: Create testts directory
36-
run: sudo -u postgres mkdir /tmp/testts
37-
38-
- name: Create testts tablespace
39-
run: sudo -u postgres psql -c "CREATE TABLESPACE testts LOCATION '/tmp/testts'"
40-
4132
- name: Test on PostgreSQL ${{ matrix.pg }}
4233
run: pg-build-test
4334

0 commit comments

Comments
 (0)