Skip to content

Commit 4d6168c

Browse files
committed
update CI
1 parent 6bc1c33 commit 4d6168c

File tree

2 files changed

+8
-80
lines changed

2 files changed

+8
-80
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python: [3.6, 3.7, 3.8]
16-
django: [2.2.16, 3.0.7, 3.1.1]
15+
python: ['3.8', '3.9', '3.10', '3.11']
16+
django: ['3.2', '4.2']
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python }}
@@ -46,10 +46,10 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v2
49-
- name: Set up Python 3.8
49+
- name: Set up Python 3.11
5050
uses: actions/setup-python@v1
5151
with:
52-
python-version: 3.8
52+
python-version: 3.11
5353
- name: Finished
5454
run: |
5555
python -m pip install --upgrade pip
@@ -82,8 +82,8 @@ jobs:
8282
runs-on: ubuntu-latest
8383
strategy:
8484
matrix:
85-
python: [3.8]
86-
django: [3.1.1]
85+
python: ['3.11']
86+
django: ['4.2']
8787
steps:
8888
- uses: actions/checkout@v2
8989
- name: Set up Python ${{ matrix.python }}
@@ -108,8 +108,8 @@ jobs:
108108
runs-on: ubuntu-latest
109109
strategy:
110110
matrix:
111-
python: [3.8]
112-
django: [3.1.1]
111+
python: ['3.11']
112+
django: ['4.2']
113113
steps:
114114
- uses: actions/checkout@v2
115115
- name: Set up Python ${{ matrix.python }}

.travis.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)