Skip to content

Commit

Permalink
Merge pull request #121 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Upgrade GitHub Actions and Django v5.1
  • Loading branch information
mfogel authored Dec 7, 2023
2 parents afeba96 + 38735c6 commit ec2dab7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.12"

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
matrix:
# https://docs.djangoproject.com/en/4.1/faq/install/#what-python-version-can-i-use-with-django
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django-version: ["3.2", "4.0", "4.1", "4.2", "5.0rc1"]
django-version: ["3.2", "4.0", "4.1", "4.2", "5.0"]
db-engine: [sqlite, postgres]
tz-engine: [pytz, zoneinfo]
exclude:
Expand All @@ -72,11 +72,11 @@ jobs:
python-version: "3.12"
- django-version: "4.1"
python-version: "3.12"
- django-version: "5.0rc1"
- django-version: "5.0"
python-version: "3.8"
- django-version: "5.0rc1"
- django-version: "5.0"
python-version: "3.9"
- django-version: "5.0rc1"
- django-version: "5.0"
tz-engine: pytz

env:
Expand All @@ -100,10 +100,10 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

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

Expand Down Expand Up @@ -176,10 +176,10 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.12"

Expand Down

0 comments on commit ec2dab7

Please sign in to comment.