Skip to content

Bump django from 4.2.4 to 4.2.7 #6

Bump django from 4.2.4 to 4.2.7

Bump django from 4.2.4 to 4.2.7 #6

name: Setup django-redis-metrics and run tests
on: push
jobs:
setup-and-run-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: "actions/setup-python@v4"
with:
python-version: "${{ matrix.python-version }}"
- name: Run make install_requirements
run: make install_requirements
- name: run make test
run: make test