mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-22 05:03:00 +02:00
Run tests using Postgres 18
This commit is contained in:
parent
5d655f98f2
commit
1df3b116c1
2 changed files with 2 additions and 2 deletions
2
.github/actions/test/action.yml
vendored
2
.github/actions/test/action.yml
vendored
|
|
@ -33,7 +33,7 @@ runs:
|
|||
|
||||
- name: Setup Postgres
|
||||
if: ${{ inputs.use_postgres }}
|
||||
uses: ikalnytskyi/action-setup-postgres@v7
|
||||
uses: ikalnytskyi/action-setup-postgres@v8
|
||||
with:
|
||||
postgres-version: ${{ inputs.postgres-version }}
|
||||
|
||||
|
|
|
|||
2
.github/workflows/build_v5.yml
vendored
2
.github/workflows/build_v5.yml
vendored
|
|
@ -155,7 +155,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
postgres-version: [16, 17]
|
||||
postgres-version: [16, 17, 18]
|
||||
steps:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v5
|
||||
|
|
|
|||
Loading…
Reference in a new issue