Skip to content

Commit

Permalink
Test against Redmine 4.2 and 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Jun 26, 2024
1 parent 127c7bd commit 9fc6ce9
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,25 @@ jobs:
include:
- redmine-repository: 'redmine/redmine'
redmine-version: '5.1-stable'
redmine-database: 'sqlite3'
redmine-database: 'mysql:8.1'
ruby-version: '3.2'
expected-about-db-adapter: 'SQLite'
expected-about-redmine-version: '5\.1\.[0-9]\.stable'

- redmine-repository: 'redmine/redmine'
redmine-version: '5.1-stable'
redmine-database: 'mysql:8.1'
redmine-version: '5.0-stable'
redmine-database: 'sqlite3'
ruby-version: '3.2'
expected-about-db-adapter: 'Mysql2'
expected-about-db-adapter: 'SQLite'
expected-about-redmine-version: '5\.1\.[0-9]\.stable'

- redmine-repository: 'redmine/redmine'
redmine-version: '4.2-stable'
redmine-database: 'sqlite3'
ruby-version: '2.7'
expected-about-db-adapter: 'SQLite'
expected-about-redmine-version: '4\.2\.[0-9]\.stable'

- redmine-repository: 'redmica/redmica'
redmine-version: 'stable-2.4'
redmine-database: 'postgres:14'
Expand Down

0 comments on commit 9fc6ce9

Please sign in to comment.