Skip to content

Commit 0ef60de

Browse files
committed
chore: update integration test workflow
1 parent 0e85e99 commit 0ef60de

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
fail-fast: false
1010
max-parallel: 1
1111
matrix:
12-
tutor_version: ['<21.0.0', 'main']
12+
tutor_version: ['<21.0.0', '<22.0.0', 'main']
1313
steps:
1414
- name: Run Integration Tests
15-
uses: eduNEXT/integration-test-in-tutor@v0.1.0
15+
uses: eduNEXT/integration-test-in-tutor@v0.1.3
1616
with:
1717
tutor_version: ${{ matrix.tutor_version }}
1818
tutor_plugins: 'forum'

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.3.1](https://github.com/eduNEXT/eox-core/compare/v12.3.0...v12.3.1) - (2026-01-20)
15+
16+
### Changed
17+
18+
- Update Tutor integration-tests GitHub Action version to avoid integration test failures.
19+
1420
## [v12.3.0](https://github.com/eduNEXT/eox-core/compare/v12.2.1...v12.3.0) - (2026-01-12)
1521

1622
### Added

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.3.0'
4+
__version__ = '12.3.1'

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.2.1
2+
current_version = 12.3.1
33
commit = False
44
tag = False
55

0 commit comments

Comments
 (0)