Continuous Integration¶
Starting in July 2026, Redmine has transitioned to GitHub Actions as its official CI service. The legacy system previously available at https://www.redmine.org/builds/ will be sunset in the near future.
Supported Ruby and database versions can be inspected in the .github/workflows/tests.yml file on each stable branch. For example, the strategy matrix for the trunk branch can be viewed here: source:"trunk/.github/workflows/tests.yml#L11"
Database and other dependency versions can be verified within the same workflow file by checking the respective dependency Docker images.
Note: Test coverage reports are currently unavailable.
CI status¶
The table below shows the current CI status of each maintained branch on GitHub Actions.
| Branch | Tests | Lint |
|---|---|---|
| trunk | |
|
| 7.0-stable | |
|
| 6.1-stable | |
|
| 6.0-stable | |
|
locked