Skip to content

Commit 3869715

Browse files
committed
Restrict to Crystal 1.14+
We use WaitGroup for the schema generator, which was not included in the stdlib until Crystal 1.14.0.
1 parent 677a87b commit 3869715

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
crystal:
15-
- 1.13.3
1615
- 1.14.1
16+
- 1.15.1
17+
- 1.16.3
1718
- latest
1819
- nightly
1920
postgres:

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ executables:
2626

2727
development_dependencies: {}
2828

29-
crystal: 1.0.0
29+
crystal: 1.14.0
3030

3131
license: MIT

0 commit comments

Comments
 (0)