File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 strategy :
1414 matrix :
1515 mruby-version :
16- - 2.1.2
17- include :
18- - mruby-version : 3.0 .0
19- disable-presym : ' true '
20- - mruby-version : 3.0.0
21- disable-presym : ' false'
16+ - 3.0.0
17+ - 3.1.0
18+ - 3.2 .0
19+ disable-presym :
20+ - ' true '
21+ - ' false'
2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : actions/checkout@v4
@@ -37,12 +37,12 @@ jobs:
3737 strategy :
3838 matrix :
3939 mruby-version :
40- - 2.1.2
41- include :
42- - mruby-version : 3.0 .0
43- disable-presym : ' true '
44- - mruby-version : 3.0.0
45- disable-presym : ' false'
40+ - 3.0.0
41+ - 3.1.0
42+ - 3.2 .0
43+ disable-presym :
44+ - ' true '
45+ - ' false'
4646 runs-on : ubuntu-latest
4747 steps :
4848 - uses : actions/checkout@v4
@@ -61,12 +61,12 @@ jobs:
6161 strategy :
6262 matrix :
6363 mruby-version :
64- - 2.1.2
65- include :
66- - mruby-version : 3.0 .0
67- disable-presym : ' true '
68- - mruby-version : 3.0.0
69- disable-presym : ' false'
64+ - 3.0.0
65+ - 3.1.0
66+ - 3.2 .0
67+ disable-presym :
68+ - ' true '
69+ - ' false'
7070 runs-on : ubuntu-latest
7171 steps :
7272 - uses : actions/checkout@v4
@@ -86,12 +86,12 @@ jobs:
8686 strategy :
8787 matrix :
8888 mruby-version :
89- - 2.1.2
90- include :
91- - mruby-version : 3.0 .0
92- disable-presym : ' true '
93- - mruby-version : 3.0.0
94- disable-presym : ' false'
89+ - 3.0.0
90+ - 3.1.0
91+ - 3.2 .0
92+ disable-presym :
93+ - ' true '
94+ - ' false'
9595 runs-on : windows-latest
9696 steps :
9797 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments