Skip to content

Commit

Permalink
Test against Redmine master
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Jun 5, 2024
1 parent 127c7bd commit eb5b79e
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- dev/**
- dev/*
paths-ignore:
- '*.md'
pull_request:
Expand All @@ -22,21 +22,7 @@ jobs:
matrix:
include:
- redmine-repository: 'redmine/redmine'
redmine-version: '5.1-stable'
redmine-database: 'sqlite3'
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'
ruby-version: '3.2'
expected-about-db-adapter: 'Mysql2'
expected-about-redmine-version: '5\.1\.[0-9]\.stable'

- redmine-repository: 'redmica/redmica'
redmine-version: 'stable-2.4'
redmine-version: 'master'
redmine-database: 'postgres:14'
ruby-version: '3.2'
expected-about-db-adapter: 'PostgreSQL'
Expand Down

0 comments on commit eb5b79e

Please sign in to comment.