Skip to content

Commit 0733640

Browse files
author
Joachim Mathes
committed
CI: Remove master from matrix due to Redmine 5 incompatibilities.
We currently do not support Redmine version 5.
1 parent 54fdd5f commit 0733640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# We test against the latest Redmine stable and the master versions
19-
redmine: ['4.1-stable', 'master']
19+
redmine: ['4.2-stable']
2020

2121
steps:
2222
# We checkout Redmine itself, since plugins can only be tested inside a running Redmine

0 commit comments

Comments
 (0)