Skip to content

Bump djangorestframework from 3.14.0 to 3.15.1 #95

Bump djangorestframework from 3.14.0 to 3.15.1

Bump djangorestframework from 3.14.0 to 3.15.1 #95

name: "Continuous Integration"
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: ./.github/actions/lint
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: ./.github/actions/tests
with:
python-version: ${{ matrix.python-version }}