File tree Expand file tree Collapse file tree 4 files changed +12
-15
lines changed
Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 continue-on-error : false
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Install Crystal
1818 uses : crystal-lang/install-crystal@v1
1919 with :
@@ -31,38 +31,35 @@ jobs:
3131 matrix :
3232 os :
3333 - ubuntu-latest
34+ - macos-latest
35+ - windows-latest
3436 shard_file :
3537 - shard.yml
3638 postgres_version :
3739 - 14
38- - 16
40+ - 18
3941 crystal_version :
40- - 1.15.1
42+ - 1.16.3
4143 - latest
4244 experimental :
4345 - false
4446 include :
45- - os : windows-latest
46- shard_file : shard.yml
47- crystal_version : latest
48- postgres_version : 16
49- experimental : true
5047 - shard_file : shard.edge.yml
5148 crystal_version : latest
52- postgres_version : 14
49+ postgres_version : 18
5350 experimental : true
5451 os : ubuntu-latest
5552 - shard_file : shard.override.yml
5653 crystal_version : nightly
57- postgres_version : 14
54+ postgres_version : 18
5855 experimental : true
5956 os : ubuntu-latest
6057 runs-on : ${{ matrix.os }}
6158 continue-on-error : ${{ matrix.experimental }}
6259 steps :
63- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v6
6461 - name : Setup PostgreSQL v${{ matrix.postgres_version }}
65- uses : ikalnytskyi/action-setup-postgres@v6
62+ uses : ikalnytskyi/action-setup-postgres@v8
6663 with :
6764 username : lucky
6865 password : developer
Original file line number Diff line number Diff line change 88 deploy :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 with :
1313 persist-credentials : false
1414 - uses : crystal-lang/install-crystal@v1
Original file line number Diff line number Diff line change 11name : avram
22version : 1.4.2
33
4- crystal : " >= 1.15.1 "
4+ crystal : " >= 1.16.3 "
55
66license : MIT
77
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ class Avram::Params
33
44 @hash : Hash (String , Array (String ) | String ) | \
55 Hash (String , Array (String )) | \
6- Hash (String , String )
6+ Hash (String , String )
77
88 def initialize
99 @hash = {} of String => String
You can’t perform that action at this time.
0 commit comments