summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml24
1 files changed, 10 insertions, 14 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 1364105..a913cf5 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -13,22 +13,18 @@ jobs:
fail-fast: false
matrix:
include:
- - python: 3.6
- postgres: 10
- - python: 3.7
- postgres: 11
- - python: 3.8
- postgres: 12
- - python: 3.9
- postgres: 13
+ - {python: "3.6", postgres: "10"}
+ - {python: "3.7", postgres: "11"}
+ - {python: "3.8", postgres: "12"}
+ - {python: "3.9", postgres: "13"}
+ - {python: "3.10", postgres: "14"}
# Opposite extremes of the supported Py/PG range, other architecture
- - python: 3.6
- postgres: 13
- architecture: 'x86'
- - python: 3.9
- postgres: 9.5
- architecture: 'x86'
+ - {python: "3.6", postgres: "14", architecture: "x86"}
+ - {python: "3.7", postgres: "13", architecture: "x86"}
+ - {python: "3.8", postgres: "12", architecture: "x86"}
+ - {python: "3.9", postgres: "11", architecture: "x86"}
+ - {python: "3.10", postgres: "10", architecture: "x86"}
env:
PSYCOPG2_TESTDB: postgres