Skip to content

Commit e8ef0b4

Browse files
committed
Ensure project uses Crystal 1.14.0
1 parent c309681 commit e8ef0b4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
crystal:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: crystallang/crystal:1.13.3
13+
image: crystallang/crystal:1.14.0
1414
steps:
1515
- uses: actions/checkout@v1
1616
- name: Install required packages

.github/workflows/specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
container:
15-
image: crystallang/crystal:1.13.3
15+
image: crystallang/crystal:1.14.0
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Install required packages

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:1.13.3
1+
FROM crystallang/crystal:1.14.0
22
WORKDIR /app
33
COPY . .
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains the Marten Framework website project.
66

77
## System requirements
88

9-
* [Crystal](https://crystal-lang.org/) 1.13+
9+
* [Crystal](https://crystal-lang.org/) 1.14+
1010
* [Node.js](https://nodejs.org/en/) - 18.x
1111

1212
## Installation

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: website
22
version: 0.1.0
33

4-
crystal: 1.13.3
4+
crystal: 1.14.0
55

66
dependencies:
77
cmark:

0 commit comments

Comments
 (0)