1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00

Bumped latest PostgreSQL to 17 in scheduled tests workflow.

This commit is contained in:
nessita 2024-10-03 17:49:02 -03:00 committed by GitHub
parent 1feedc8ef8
commit c334c1a8ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,10 +200,10 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [16, 17rc1]
version: [16, 17]
server_side_bindings: [0, 1]
runs-on: ubuntu-latest
name: Newer PostgreSQL Versions
name: PostgreSQL Versions
env:
SERVER_SIDE_BINDING: ${{ matrix.server_side_bindings }}
services: