Skip to content

Commit

Permalink
string the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
viggo-devries committed Apr 23, 2024
1 parent 134b3b6 commit 958fcf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.9, 3.10, 3.11]
django-version: [3.2, 4.0, 4.2]
python-version: ['3.9', '3.10', '3.11']
django-version: ['3.2', '4.0', '4.2']
services:
postgres:
image: postgres:14
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 958fcf0

Please sign in to comment.