We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8540ee4 commit 1d75c0fCopy full SHA for 1d75c0f
.github/workflows/4_2_11.yml
@@ -89,6 +89,8 @@ jobs:
89
- name: Prepare Redmine source
90
working-directory: redmine
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
sed -i '/rubocop/d' Gemfile
95
rm -f .rubocop*
96
cp plugins/redmine_base_rspec/spec/support/database-${{ matrix.db }}.yml config/database.yml
.github/workflows/master.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- ruby: ['2.7']
+ ruby: ['3.2']
20
db: ['postgres']
21
fail-fast: false
22
0 commit comments