diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3cbd920a81..0db3305fe3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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'