Skip to content

Commit

Permalink
test in more python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Nov 20, 2021
1 parent adc48c0 commit 5d08827
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
matrix:
DJANGO_VERSION: [ '2.2.*', '3.0.*', '2.1.*', '3.2.*' ]
DB_ENGINE: [ 'postgres', 'mysql' ]
python-version: ['3.7', '3.8', '3.9', '3.10']

services:
postgres:
Expand Down Expand Up @@ -55,6 +56,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v2
with:
path: ~/.cache/pip
Expand Down

0 comments on commit 5d08827

Please sign in to comment.