1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Test versions 16 and 17 of Postgres

This commit is contained in:
Bogdan
2025-09-22 17:10:27 +03:00
committed by Mark McDowall
parent b1f77007dc
commit ce4c2e4fcc
2 changed files with 11 additions and 2 deletions
+5
View File
@@ -152,6 +152,10 @@ jobs:
unit_test_postgres:
needs: backend
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
postgres-version: [16, 17]
steps:
- name: Check out
uses: actions/checkout@v4
@@ -164,6 +168,7 @@ jobs:
pattern: Sonarr.*.Test.dll
filter: TestCategory!=ManualTest&TestCategory!=WINDOWS&TestCategory!=IntegrationTest&TestCategory!=AutomationTest
use_postgres: true
postgres-version: ${{ matrix.postgres-version }}
integration_test:
needs: [prepare, backend]