From 4ab72213f2da600cf7c406dbe2b6d4a92d563a99 Mon Sep 17 00:00:00 2001 From: Agrendalath Date: Wed, 10 Jul 2024 14:12:49 +0200 Subject: [PATCH] test: add Redwood to integration tests --- .github/workflows/integration-tests.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e01da40..d038167 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -20,15 +20,23 @@ jobs: - branch: opencraft-release/nutmeg.2 remote: open-craft release: nutmeg + python-version: 3.8 - branch: opencraft-release/palm.1 remote: open-craft release: palm + python-version: 3.8 - branch: opencraft-release/quince.1 remote: open-craft release: quince + python-version: 3.8 + - branch: opencraft-release/redwood.1 + remote: open-craft + release: redwood + python-version: 3.11 - branch: master remote: openedx release: master + python-version: 3.11 env: EDX_PLATFORM_PATH: ./edx/app/edxapp/edx-platform SECTION_TO_COURSE_PATH: ./edx/src/section-to-course @@ -55,7 +63,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: ${{ matrix.edx-platform.python-version }} - name: Get pip cache dir id: pip-cache-dir