ash_postgres/.github/workflows/elixir.yml
Zach Daniel 37cc01957d
improvement!: 3.0 (#227)
* WIP

* chore: fix mix.lock merge issues

* improvement: upgrade to 3.0

* chore: remove `repo.to_tenant`

* chore: continue removal of unnecessary helper

* chore: use `Ash.ToTenant`
2024-03-27 16:52:28 -04:00

20 lines
419 B
YAML

name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
jobs:
ash-ci:
strategy:
fail-fast: false
matrix:
postgres-version: ["14", "15", "16"]
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
postgres: true
postgres-version: ${{ matrix.postgres-version }}
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}