Skip to content

feat: bump to Crystal 1.14.0 #40

feat: bump to Crystal 1.14.0

feat: bump to Crystal 1.14.0 #40

Workflow file for this run

---
name: CI
on:
- push
- pull_request
jobs:
test_linux:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Setup Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: 1.14.0
- name: Install dependencies
run: make deps
- name: Run tests
run: make spec