File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 99 fail-fast : false
1010 max-parallel : 1
1111 matrix :
12- tutor_version : ['<20.0.0', '< 21.0.0', 'main']
12+ tutor_version : ['<21.0.0', 'main']
1313 steps :
1414 - name : Run Integration Tests
15- uses : eduNEXT/integration-test-in-tutor@main
15+ uses : eduNEXT/integration-test-in-tutor@v0.1.0
1616 with :
1717 tutor_version : ${{ matrix.tutor_version }}
1818 tutor_plugins : ' forum'
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ Please do not update the unreleased notes.
1111
1212<!-- Content should be placed here -->
1313
14+ ## [ v12.2.1] ( https://github.com/eduNEXT/eox-core/compare/v12.2.0...v12.2.1 ) - (2025-12-18)
15+
16+ ### Changed
17+
18+ - Pin Tutor integration-tests GitHub Action version to avoid integration test failures.
19+ - Remove integration tests for Tutor<20.0.0
20+
1421## [ v12.2.0] ( https://github.com/eduNEXT/eox-core/compare/v12.1.0...v12.2.0 ) - (2025-10-13)
1522
1623### Changed
Original file line number Diff line number Diff line change 11"""
22Init for main eox-core app
33"""
4- __version__ = '12.2.0 '
4+ __version__ = '12.2.1 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 12.2.0
2+ current_version = 12.2.1
33commit = False
44tag = False
55
You can’t perform that action at this time.
0 commit comments