File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,12 @@ name: Test
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - ' master'
7
+ - ' dev*'
5
8
pull_request :
9
+ schedule :
10
+ - cron : " 0 23 * * 0-4" # 08:00 JST, Monday to Friday
6
11
7
12
jobs :
8
13
test :
@@ -12,21 +17,21 @@ jobs:
12
17
matrix :
13
18
include :
14
19
- redmine-repository : ' redmica/redmica'
15
- redmine-version : ' master '
16
- ruby-version : ' 3.3 '
20
+ redmine-version : ' stable-3.2 '
21
+ ruby-version : ' 3.4 '
17
22
- redmine-repository : ' redmine/redmine'
18
23
redmine-version : ' master'
19
- ruby-version : ' 3.3 '
24
+ ruby-version : ' 3.4 '
20
25
21
26
steps :
22
- - uses : hidakatsuya/action-setup-redmine@v1
27
+ - uses : hidakatsuya/action-setup-redmine@0147e23d3e5516edf2a0d2cca095570283ca81b4 # v2.0.0
23
28
with :
24
29
repository : ${{ matrix.redmine-repository }}
25
30
version : ${{ matrix.redmine-version }}
26
31
ruby-version : ${{ matrix.ruby-version }}
27
32
database : ' postgres:14'
28
33
29
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
35
with :
31
36
path : plugins/redmine_message_customize
32
37
You can’t perform that action at this time.
0 commit comments