We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527e6c8 commit a8011caCopy full SHA for a8011ca
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
fail-fast: false
29
matrix:
30
crystal_version:
31
- - 1.0.0
+ - 1.4.0
32
- latest
33
experimental:
34
- false
shard.yml
@@ -4,7 +4,7 @@ version: 0.1.1
4
authors:
5
- Jeremy Woertink <jeremywoertink@gmail.com>
6
7
-crystal: ">= 1.0.0"
+crystal: ">= 1.4.0"
8
9
license: MIT
10
@@ -21,4 +21,4 @@ development_dependencies:
21
branch: master
22
ameba:
23
github: crystal-ameba/ameba
24
- version: ~> 0.14.3
+ version: ~> 1.0.0
0 commit comments