Skip to content

Commit

Permalink
Use strings for version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Feb 7, 2024
1 parent 6af53b7 commit d2140fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fail-fast: false
matrix:
software-versions: [
{"python-version": 3.9, "django-version": 3.2, "debian-version": "bullseye"},
{"python-version": 3.11, "django-version": 4.2, "debian-version": "bookworm"},
{"python-version": 3.11, "django-version": 5.0, "debian-version": "bookworm"}
{"python-version": "3.9", "django-version": "3.2", "debian-version": "bullseye"},
{"python-version": "3.11", "django-version": "4.2", "debian-version": "bookworm"},
{"python-version": "3.11", "django-version": "5.0", "debian-version": "bookworm"}
]
platform: [amd64]
runs-on: ubuntu-latest
Expand Down

0 comments on commit d2140fa

Please sign in to comment.