Skip to content

Commit

Permalink
publish pg 14-16 to trunk (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Feb 26, 2024
1 parent dfce085 commit bf68a89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
if: github.event_name == 'release'
name: trunk publish
runs-on: ubuntu-22.04
strategy:
matrix:
pg-version: [14, 15, 16]
steps:
- uses: actions/checkout@v2
- name: Install Rust stable toolchain
Expand All @@ -158,7 +161,7 @@ jobs:
cargo install pg-trunk
- name: trunk build
working-directory: ./
run: ~/.cargo/bin/trunk build
run: ~/.cargo/bin/trunk build --pg-version ${{ matrix.pg-version }}
- name: trunk publish
working-directory: ./
env:
Expand Down

0 comments on commit bf68a89

Please sign in to comment.