File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1414 continue-on-error : false
1515 steps :
1616 - name : Download source
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 - name : Install Crystal
1919 uses : crystal-lang/install-crystal@v1
20+ with :
21+ crystal : latest
2022 - name : Install shards
2123 run : shards install
2224 - name : Format
@@ -31,11 +33,11 @@ jobs:
3133 crystal_version : [latest]
3234 include :
3335 - os : ubuntu-latest
34- crystal_version : 1.4 .0
36+ crystal_version : 1.10 .0
3537 runs-on : ${{ matrix.os }}
3638 continue-on-error : false
3739 steps :
38- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
3941 - uses : crystal-lang/install-crystal@v1
4042 with :
4143 crystal : ${{ matrix.crystal_version }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 0.2.0
44authors :
55 - Jeremy Woertink <jeremywoertink@gmail.com>
66
7- crystal : " >= 1.4 .0"
7+ crystal : " >= 1.10 .0"
88
99license : MIT
1010
Original file line number Diff line number Diff line change 1+ {% skip_file if compare_versions(Crystal ::VERSION , " 1.16.0" ) < 0 % }
12require " ./spec_helper"
23
34# Must be called up here, otherwise crystal throws "Error: can't declare def dynamically" error
You can’t perform that action at this time.
0 commit comments