File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 matrix :
1414 crystal_version :
15- - 1.0.0
16- - 1.1.0
17- - 1.2.0
15+ - latest
1816 experimental :
1917 - false
2018 include :
2523 steps :
2624 - uses : actions/checkout@v2
2725 - name : Install Crystal
28- uses : oprypin /install-crystal@v1
26+ uses : crystal-lang /install-crystal@v1
2927 with :
3028 crystal : ${{ matrix.crystal_version }}
3129 - name : Install shards
3937 fail-fast : false
4038 matrix :
4139 crystal_version :
42- - 1.0.0
43- - 1.1.0
44- - 1.2.0
40+ - 1.4.0
41+ - latest
4542 experimental :
4643 - false
4744 include :
5249 steps :
5350 - uses : actions/checkout@v2
5451 - name : Install Crystal
55- uses : oprypin /install-crystal@v1
52+ uses : crystal-lang /install-crystal@v1
5653 with :
5754 crystal : ${{ matrix.crystal_version }}
5855 - name : Install shards
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 0.2.1
44authors :
55 -
Matthew McGarvey <[email protected] > 66
7- crystal : ' >= 1.0 .0'
7+ crystal : ' >= 1.4 .0'
88
99license : MIT
1010
@@ -22,4 +22,4 @@ development_dependencies:
2222 version : ~> 0.1.1
2323 ameba :
2424 github : crystal-ameba/ameba
25- version : ~> 0.14.2
25+ version : ~> 1.0.0
You can’t perform that action at this time.
0 commit comments