Skip to content

chore: add support for Python 3.12 and Django 5.2 #110

chore: add support for Python 3.12 and Django 5.2

chore: add support for Python 3.12 and Django 5.2 #110

name: Tutor Integration Tests
on: [pull_request]
jobs:
integration-test:
name: Tutor Integration Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
tutor_version: ['<20.0.0', '<21.0.0', 'main']
steps:
- name: Run Integration Tests
uses: eduNEXT/integration-test-in-tutor@main
with:
tutor_version: ${{ matrix.tutor_version }}
app_name: 'eox-tagging'
openedx_imports_test_file_path: 'eox_tagging/edxapp_wrappers/tests/integration/test_backends.py'