Skip to content

Commit

Permalink
update cargo file, workflows and makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayko001 committed Jul 3, 2024
1 parent 927d39c commit 344b0e0
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 98 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ jobs:
if: github.event_name == 'release'
name: trunk publish
runs-on: ubuntu-22.04
strategy:
matrix:
pg: [ 14, 15, 16 ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -69,7 +72,7 @@ jobs:
cargo install pg-trunk
- name: trunk build
working-directory: ./
run: trunk build
run: trunk build --pg-version ${{ matrix.pg }}
- name: trunk publish
working-directory: ./
env:
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 344b0e0

Please sign in to comment.