We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54fdd5f commit 0733640Copy full SHA for 0733640
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
# We test against the latest Redmine stable and the master versions
19
- redmine: ['4.1-stable', 'master']
+ redmine: ['4.2-stable']
20
21
steps:
22
# We checkout Redmine itself, since plugins can only be tested inside a running Redmine
0 commit comments