File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 crystal :
1111 runs-on : ubuntu-latest
1212 container :
13- image : crystallang/crystal:1.16.3
13+ image : crystallang/crystal:1.17.0
1414 steps :
1515 - uses : actions/checkout@v1
1616 - name : Install required packages
Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 container :
15- image : crystallang/crystal:1.16.3
15+ image : crystallang/crystal:1.17.0
1616 steps :
1717 - uses : actions/checkout@v2
1818 - name : Install required packages
Original file line number Diff line number Diff line change 1- FROM crystallang/crystal:1.16.3
1+ FROM crystallang/crystal:1.17.0
22WORKDIR /app
33COPY . .
44
Original file line number Diff line number Diff 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.16 +
9+ * [ Crystal] ( https://crystal-lang.org/ ) 1.17 +
1010* [ Node.js] ( https://nodejs.org/en/ ) - 18.x
1111
1212## Installation
Original file line number Diff line number Diff line change 11name : website
22version : 0.1.0
33
4- crystal : 1.16.3
4+ crystal : 1.17.0
55
66dependencies :
77 cmark :
You can’t perform that action at this time.
0 commit comments