Skip to content

Commit

Permalink
Removed regression tests for postgres 10 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dbonne committed Nov 24, 2023
1 parent 872dc14 commit b5c0d95
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ jobs:
- 14
- 13
- 12
- 11
- 10

name: PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
steps:

- name: Start PostgreSQL ${{ matrix.pg }}
run: pg-start ${{ matrix.pg }}

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

- name: Create testts directory
run: sudo -u postgres mkdir /tmp/testts

- name: Create testts tablespace
run: sudo -u postgres psql -c "CREATE TABLESPACE testts LOCATION '/tmp/testts'"

- name: Test on PostgreSQL ${{ matrix.pg }}
run: pg-build-test

Expand Down

0 comments on commit b5c0d95

Please sign in to comment.