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:
parent
1feedc8ef8
commit
c334c1a8ff
4
.github/workflows/schedule_tests.yml
vendored
4
.github/workflows/schedule_tests.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user