Update build environment to crystal 0.33

This commit is contained in:
Anton Vakhrushev 2020-03-14 20:52:56 +03:00
parent dba628f467
commit 71ea3cf6bc

View File

@ -3,7 +3,7 @@ version: 2.1
jobs: jobs:
build_server: build_server:
docker: docker:
- image: alpine:3.10.3 - image: crystallang/crystal:0.33.0-alpine
steps: steps:
- checkout - checkout
- run: shards install - run: shards install