File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 92
92
sed -i '/rubocop/d' Gemfile
93
93
rm -f .rubocop*
94
94
cp plugins/redmine_base_rspec/spec/support/database-${{ matrix.db }}.yml config/database.yml
95
+ echo 'gem "builder", "~> 3.2.4"' >> Gemfile
95
96
96
97
- name : Install Ruby dependencies
97
98
working-directory : redmine
Original file line number Diff line number Diff line change 1
- name : Tests 5.1.2
1
+ name : Tests 5.1.3
2
2
3
3
env :
4
4
PLUGIN_NAME : redmine_datetime_custom_field
5
- REDMINE_VERSION : 5.1.2
5
+ REDMINE_VERSION : 5.1.3
6
6
RAILS_ENV : test
7
7
8
8
on :
16
16
17
17
strategy :
18
18
matrix :
19
- ruby : ['3.1 ']
19
+ ruby : ['3.2 ']
20
20
db : ['postgres']
21
21
fail-fast : false
22
22
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Note that this plugin has a dependency. You have to install this other plugin:
13
13
| Plugin branch| Redmine Version | Test Status |
14
14
| -------------| -----------------| -------------------|
15
15
| master | 4.2.11 | [ ![ 4.2.11] [ 1 ]] [ 5 ] |
16
- | master | 5.1.2 | [ ![ 5.1.2 ] [ 2 ]] [ 5 ] |
16
+ | master | 5.1.3 | [ ![ 5.1.3 ] [ 2 ]] [ 5 ] |
17
17
| master | master | [ ![ master] [ 4 ]] [ 5 ] |
18
18
19
19
[ 1 ] : https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/4_2_11.yml/badge.svg
20
- [ 2 ] : https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/5_1_2 .yml/badge.svg
20
+ [ 2 ] : https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/5_1_3 .yml/badge.svg
21
21
[ 4 ] : https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/master.yml/badge.svg
22
22
[ 5 ] : https://github.com/nanego/redmine_datetime_custom_field/actions
You can’t perform that action at this time.
0 commit comments