Skip to content

Commit

Permalink
fix: update metadata, workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pgguru committed Feb 5, 2024
1 parent ab9367c commit 5f053e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions META.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand All @@ -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"
Expand All @@ -43,4 +43,4 @@
"testing",
"failover"
]
}
}

0 comments on commit 5f053e0

Please sign in to comment.