mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Bumped latest PostgreSQL to 17 in scheduled tests workflow.
This commit is contained in:
parent
1feedc8ef8
commit
c334c1a8ff
4
.github/workflows/schedule_tests.yml
vendored
4
.github/workflows/schedule_tests.yml
vendored
@ -200,10 +200,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version: [16, 17rc1]
|
version: [16, 17]
|
||||||
server_side_bindings: [0, 1]
|
server_side_bindings: [0, 1]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Newer PostgreSQL Versions
|
name: PostgreSQL Versions
|
||||||
env:
|
env:
|
||||||
SERVER_SIDE_BINDING: ${{ matrix.server_side_bindings }}
|
SERVER_SIDE_BINDING: ${{ matrix.server_side_bindings }}
|
||||||
services:
|
services:
|
||||||
|
Loading…
Reference in New Issue
Block a user