ci: remove postgres 10 from testing matrix (to see something)

This commit is contained in:
Zach Daniel 2024-02-29 00:51:21 -05:00
parent 2dde294c51
commit 39ff70ba97

View file

@ -10,7 +10,7 @@ jobs:
ash-ci:
strategy:
matrix:
postgres_version: ["10", "12", "14", "16"]
postgres_version: ["12", "14", "16"]
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
postgres: true