Update tests.yml

This commit is contained in:
Tim Gates 2021-10-06 13:42:05 +11:00 committed by GitHub
parent 6206d14335
commit 940b73699f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,14 +21,14 @@ jobs:
postgres: 12 postgres: 12
- python: 3.9 - python: 3.9
postgres: 13 postgres: 13
- python: 3.10 - python: "3.10"
postgres: 13 postgres: 13
# Opposite extremes of the supported Py/PG range, other architecture # Opposite extremes of the supported Py/PG range, other architecture
- python: 3.6 - python: 3.6
postgres: 13 postgres: 13
architecture: 'x86' architecture: 'x86'
- python: 3.10 - python: "3.10"
postgres: 9.5 postgres: 9.5
architecture: 'x86' architecture: 'x86'