Skip to content

Commit 31e13f9

Browse files
authored
feat: add teak and remove redwood tutor versions from integration tests (#321)
* feat: add teak and remove redwood tutor versions from integration tests * chore(release): bump version to 12.1.0 and update changelog
1 parent 49c26c1 commit 31e13f9

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
tutor_version: ['<19.0.0', '<20.0.0', 'main']
11+
tutor_version: ['<20.0.0', '<21.0.0', 'main']
1212
steps:
1313
- name: Run Integration Tests
1414
uses: eduNEXT/integration-test-in-tutor@main

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Please do not update the unreleased notes.
1111

1212
<!-- Content should be placed here -->
1313

14+
## [v12.1.0](https://github.com/eduNEXT/eox-core/compare/v12.0.0...v12.1.0) - (2025-07-01)
15+
16+
### Added
17+
18+
- Integration tests now run against Tutor Teak (`<21.0.0`) instead of Redwood (`<19.0.0`), keeping CI aligned with currently supported Open edX releases.
19+
1420
## [v12.0.0](https://github.com/eduNEXT/eox-core/compare/v11.3.0...v12.0.0) - (2025-06-09)
1521

1622
#### ⚠ BREAKING CHANGES

eox_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Init for main eox-core app
33
"""
4-
__version__ = '12.0.0'
4+
__version__ = '12.1.0'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 12.0.0
2+
current_version = 12.1.0
33
commit = False
44
tag = False
55

0 commit comments

Comments
 (0)