Skip to content

Commit 3a56036

Browse files
committed
Update CI config: Add gem 'builder' to run Redmine 4.2.11
1 parent bcb9a15 commit 3a56036

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/4_2_11.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
sed -i '/rubocop/d' Gemfile
9393
rm -f .rubocop*
9494
cp plugins/redmine_base_rspec/spec/support/database-${{ matrix.db }}.yml config/database.yml
95+
echo 'gem "builder", "~> 3.2.4"' >> Gemfile
9596
9697
- name: Install Ruby dependencies
9798
working-directory: redmine

.github/workflows/5_1_2.yml renamed to .github/workflows/5_1_3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Tests 5.1.2
1+
name: Tests 5.1.3
22

33
env:
44
PLUGIN_NAME: redmine_datetime_custom_field
5-
REDMINE_VERSION: 5.1.2
5+
REDMINE_VERSION: 5.1.3
66
RAILS_ENV: test
77

88
on:
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
ruby: ['3.1']
19+
ruby: ['3.2']
2020
db: ['postgres']
2121
fail-fast: false
2222

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Note that this plugin has a dependency. You have to install this other plugin:
1313
|Plugin branch| Redmine Version | Test Status |
1414
|-------------|-----------------|-------------------|
1515
|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] |
1717
|master | master | [![master][4]][5] |
1818

1919
[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
2121
[4]: https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/master.yml/badge.svg
2222
[5]: https://github.com/nanego/redmine_datetime_custom_field/actions

0 commit comments

Comments
 (0)