Use newer postgres version for test

This commit is contained in:
Raphael Michel
2023-08-08 15:05:33 +02:00
parent 5119bbd0b1
commit 756a4355d1

View File

@@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: harmon758/postgresql-action@v1
with:
postgresql version: '11'
postgresql version: '15'
postgresql db: 'pretix'
postgresql user: 'postgres'
postgresql password: 'postgres'