1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

Run tests using Postgres 18

This commit is contained in:
Bogdan
2025-12-04 02:35:12 +02:00
committed by Mark McDowall
parent 5d655f98f2
commit 1df3b116c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 }}