Skip to content

Commit

Permalink
actions: build & publish for Pg14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Feb 21, 2024
1 parent d41370c commit 06f5d3b
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 @@ -109,6 +109,9 @@ jobs:
publish:
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 @@ -134,7 +137,7 @@ jobs:
cargo install pg-trunk
- name: trunk build
working-directory: ./
run: trunk build --pg-version 15
run: trunk build --pg-version ${{ matrix.pg-version }}
- name: trunk publish
# only publish release events
if: github.event_name == 'release'
Expand Down

0 comments on commit 06f5d3b

Please sign in to comment.