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
@@ -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