Skip to content

Commit a340557

Browse files
authored
Lock to Crystal 1.4 or later (#12)
1 parent bd05642 commit a340557

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
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:
@@ -25,7 +23,7 @@ jobs:
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
@@ -39,9 +37,8 @@ jobs:
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:
@@ -52,7 +49,7 @@ jobs:
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

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.2.1
44
authors:
55
- Matthew McGarvey <[email protected]>
66

7-
crystal: '>= 1.0.0'
7+
crystal: '>= 1.4.0'
88

99
license: 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

0 commit comments

Comments
 (0)