Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ inputs:
default: idkit
cargo-pgrx-version:
type: string
default: 0.16.0
default: 0.16.1
decription: |
cargo-pgrx version (ex. '0.16.0')
cargo-pgrx version (ex. '0.16.1')
pgrx-pg-version:
type: string
default: pg17
default: pg18
decription: |
PGRX version (ex. 'pg17')
PGRX version (ex. 'pg18')
pkg-pg-version:
type: string
default: 17.5
default: 18.0
decription: |
Postgres version (ex. '17.5') used for packaging
Postgres version (ex. '18.0') used for packaging
libc:
type: string
required: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-rpm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ inputs:
Architecture to use while building the RPM
pgrx-pg-version:
type: string
default: pg17
default: pg18
decription: |
PGRX version (ex. 'pg17')
PGRX version (ex. 'pg18')
pg-version:
type: string
default: 17.5
default: 18.0
decription: |
Postgres version (ex. '17.5')
Postgres version (ex. '18.0')
cargo-pgrx-version:
type: string
default: 0.16.0
default: 0.16.1
decription: |
cargo-pgrx version (ex. '0.16.0')
cargo-pgrx version (ex. '0.16.1')
user:
type: string
default: runner
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
pgrx_pg_version: pg17
pg_version: "17.5"
os_version: alpine3.21.3
- triple: x86_64-unknown-linux-musl
gh:
runner: ubuntu-22.04
container:
arch: amd64
pgrx_pg_version: pg18
pg_version: "18.0"
os_version: alpine3.21.3
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: docker/setup-qemu-action@v3
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
pg-version: pg17
pg:
version: "17.5"
- pgrx:
pg-version: pg18
pg:
version: "18.0"
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

Expand Down Expand Up @@ -74,6 +78,10 @@ jobs:
pg-version: pg17
pg:
version: "17.5"
- pgrx:
pg-version: pg18
pg:
version: "18.0"
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
pgrx:
pgrx-pg-version: pg17
pkg-pg-version: 17.5
- rpm:
arch: x86_64
pgrx:
pgrx-pg-version: pg18
pkg-pg-version: 18.0
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

Expand Down Expand Up @@ -69,6 +74,11 @@ jobs:
pgrx:
pgrx-pg-version: pg17
pkg-pg-version: 17.5
- rpm:
arch: x86_64
pgrx:
pgrx-pg-version: pg18
pkg-pg-version: 18.0
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

Expand Down
Loading
Loading