Skip to content

Commit

Permalink
[ci] add docker tests with python 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Jul 13, 2024
1 parent 6849ff9 commit f9299c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
images:
# Configuration for bullseye
- { PYTHON_IMAGE: "python:3.10", POSTGRES_IMAGE: "postgres:13" }
- { PYTHON_IMAGE: "python:3.11", POSTGRES_IMAGE: "postgres:13" }
- { PYTHON_IMAGE: "python:3.12", POSTGRES_IMAGE: "postgres:13" }
steps:
- name: Check out repository code
uses: actions/checkout@v2
Expand Down

0 comments on commit f9299c8

Please sign in to comment.