Usar Crystal 1.6

This commit is contained in:
rené montes
2024-08-29 17:33:31 -03:00
parent ae57e7a386
commit c386bfa413
3 changed files with 14 additions and 14 deletions

View File

@ -9,7 +9,7 @@ variables:
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/rap-inbox/${CI_COMMIT_TAG}/${RELEASE_TARBALL}"
test:
stage: "test"
image: "crystallang/crystal:latest-alpine"
image: "crystallang/crystal:1.6-alpine"
script:
- "shards install"
- "crystal spec"
@ -17,7 +17,7 @@ build:
rules:
- if: "$CI_COMMIT_TAG"
stage: "build"
image: "crystallang/crystal:latest-alpine"
image: "crystallang/crystal:1.6-alpine"
cache:
paths:
- "lib/"

View File

@ -1,18 +1,18 @@
version: 1.0
version: 2.0
shards:
backtracer:
git: https://github.com/sija/backtracer.cr.git
version: 1.2.2
exception_page:
github: crystal-loot/exception_page
version: 0.1.4
git: https://github.com/crystal-loot/exception_page.git
version: 0.3.1
kemal:
github: kemalcr/kemal
commit: a8c0f09b858162bd13c96663febef5527b322a32
kilt:
github: jeromegn/kilt
version: 0.4.0
git: https://github.com/kemalcr/kemal.git
version: 1.3.0+git.commit.ae7cda829162ea27668b3fc79cd1868026e25098
radix:
github: luislavena/radix
version: 0.3.9
git: https://github.com/luislavena/radix.git
version: 0.4.1

View File

@ -15,4 +15,4 @@ license: MIT
dependencies:
kemal:
github: kemalcr/kemal
branch: master
tag: v1.3.0