Skip to content

Commit

Permalink
Github actions: add python 3.11 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas authored Sep 21, 2023
1 parent f047766 commit 2a8ae0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
django-version: [3.2.10]
python-version: ["3.8", "3.11"]
django-version: ["3.2"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 2a8ae0d

Please sign in to comment.