diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 015c6c9..ec7a1d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,12 @@ jobs: build: strategy: matrix: - pg: [16, 15, 14, 13] + pg: [16, 15, 14, 13, 12] name: 🐘 PostgreSQL ${{ matrix.pg }} runs-on: ubuntu-latest - container: pgxn/pgxn-tools + container: + image: pgxn/pgxn-tools + options: -e AS_USER=pgtest steps: - run: pg-start ${{ matrix.pg }} - uses: actions/checkout@v4 diff --git a/META.json b/META.json index 714b354..6377b69 100644 --- a/META.json +++ b/META.json @@ -1,7 +1,7 @@ { "name": "pg_kaboom", "abstract": "Devious SQL-based SQL tools to crash your PostgreSQL server", - "description": "A Postgres data type for the Semantic Version format with support for btree and hash indexing.", + "description": "Fault Injection Software to generate specific types of crashes in your Postgres server", "version": "0.0.1", "maintainer": [ "David Christensen " @@ -18,21 +18,21 @@ "prereqs": { "runtime": { "requires": { - "PostgreSQL": "13.0.0" + "PostgreSQL": ">= 12.0.0" } } }, "resources": { "bugtracker": { - "web": "https://github.com/pgguru/pg_kaboom/issues/" + "web": "https://github.com/CrunchyData/pg_kaboom/issues/" }, "repository": { - "url": "git://github.com/pgguru/pg_kaboom.git", - "web": "https://github.com/pgguru/pg_kaboom/", + "url": "git://github.com/CrunchyData/pg_kaboom.git", + "web": "https://github.com/CrunchyData/pg_kaboom/", "type": "git" } }, - "generated_by": "David E. Wheeler", + "generated_by": "David Christensen", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" @@ -43,4 +43,4 @@ "testing", "failover" ] -} \ No newline at end of file +}