File tree 4 files changed +15
-18
lines changed
4 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 1
- name : Tests 5.1.2
1
+ name : Tests 5.1.5
2
2
3
3
env :
4
4
PLUGIN_NAME : redmine_customize_core_fields
5
- REDMINE_VERSION : 5.1.2
5
+ REDMINE_VERSION : 5.1.5
6
6
RAILS_ENV : test
7
7
8
8
on :
89
89
- name : Prepare Redmine source
90
90
working-directory : redmine
91
91
run : |
92
- # TODO Remove the following line when https://www.redmine.org/issues/40551 is fixed
93
- sed -i -e 's/.*mocha.*/ gem "mocha", "2.1.0"/' Gemfile # Fix core tests not compatible with Mocha 2.2.0
94
92
rm -f test/integration/routing/plugins_test.rb # Fix routing tests # TODO Remove this line when https://www.redmine.org/issues/38707 is fixed
95
93
sed -i '/rubocop/d' Gemfile
96
94
rm -f .rubocop*
Original file line number Diff line number Diff line change 1
- name : Tests 4.2.11
1
+ name : Tests 6.0.2
2
2
3
3
env :
4
4
PLUGIN_NAME : redmine_customize_core_fields
5
- REDMINE_VERSION : 4.2.11
5
+ REDMINE_VERSION : 6.0.2
6
6
RAILS_ENV : test
7
7
8
8
on :
16
16
17
17
strategy :
18
18
matrix :
19
- ruby : ['2.7 ']
19
+ ruby : ['3.3 ']
20
20
db : ['postgres']
21
21
fail-fast : false
22
22
89
89
- name : Prepare Redmine source
90
90
working-directory : redmine
91
91
run : |
92
- # TODO Remove the following line when https://www.redmine.org/issues/40551 is fixed
93
- sed -i -e 's/.*mocha.*/ gem "mocha", "2.1.0"/' Gemfile # Fix core tests not compatible with Mocha 2.2.0
92
+ rm -f test/integration/routing/plugins_test.rb # Fix routing tests # TODO Remove this line when https://www.redmine.org/issues/38707 is fixed
94
93
sed -i '/rubocop/d' Gemfile
95
94
rm -f .rubocop*
96
95
cp plugins/redmine_base_rspec/spec/support/database-${{ matrix.db }}.yml config/database.yml
Original file line number Diff line number Diff line change 16
16
17
17
strategy :
18
18
matrix :
19
- ruby : ['3.2 ']
19
+ ruby : ['3.3 ']
20
20
db : ['postgres']
21
21
fail-fast : false
22
22
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ And finally restart your Redmine instance.
32
32
Test status
33
33
------------
34
34
35
- | Plugin branch | Redmine Version | Test Status |
36
- | ---------------| -----------------| -------------------- |
37
- | master | 5.1.2 | [ ![ 5.1.2 ] [ 1 ]] [ 5 ] |
38
- | master | 4.2.11 | [ ![ 4.2.11 ] [ 2 ]] [ 5 ] |
39
- | master | master | [ ![ master] [ 4 ]] [ 5 ] |
40
-
41
- [ 1 ] : https://github.com/nanego/redmine_customize_core_fields/actions/workflows/5_1_2 .yml/badge.svg
42
- [ 2 ] : https://github.com/nanego/redmine_customize_core_fields/actions/workflows/4_2_11 .yml/badge.svg
35
+ | Plugin branch | Redmine Version | Test Status |
36
+ | ---------------| -----------------| -------------------|
37
+ | master | 5.1.5 | [ ![ 5.1.5 ] [ 1 ]] [ 5 ] |
38
+ | master | 6.0.2 | [ ![ 6.0.2 ] [ 2 ]] [ 5 ] |
39
+ | master | master | [ ![ master] [ 4 ]] [ 5 ] |
40
+
41
+ [ 1 ] : https://github.com/nanego/redmine_customize_core_fields/actions/workflows/5_1_5 .yml/badge.svg
42
+ [ 2 ] : https://github.com/nanego/redmine_customize_core_fields/actions/workflows/6_0_2 .yml/badge.svg
43
43
[ 4 ] : https://github.com/nanego/redmine_customize_core_fields/actions/workflows/master.yml/badge.svg
44
44
[ 5 ] : https://github.com/nanego/redmine_customize_core_fields/actions
45
45
You can’t perform that action at this time.
0 commit comments