Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Apr 6, 2023
1 parent 6bc1c33 commit 4d6168c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 80 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.6, 3.7, 3.8]
django: [2.2.16, 3.0.7, 3.1.1]
python: ['3.8', '3.9', '3.10', '3.11']
django: ['3.2', '4.2']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
Expand Down Expand Up @@ -46,10 +46,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.11
- name: Finished
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -82,8 +82,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8]
django: [3.1.1]
python: ['3.11']
django: ['4.2']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
Expand All @@ -108,8 +108,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8]
django: [3.1.1]
python: ['3.11']
django: ['4.2']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
Expand Down
72 changes: 0 additions & 72 deletions .travis.yml

This file was deleted.

0 comments on commit 4d6168c

Please sign in to comment.