Skip to content

Commit

Permalink
Using new patches in override
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Nov 3, 2024
1 parent 88385b9 commit 857a997
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
experimental:
- false
include:
- shard_file: shard.yml
- shard_file: shard.override.yml
crystal_version: latest
postgres_version: 16
experimental: true
Expand Down
13 changes: 8 additions & 5 deletions shard.override.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# dependencies:
dependencies:
pg:
github: will/crystal-pg
branch: windowsusername

# development_dependencies:
# lucky:
# github: luckyframework/lucky
# branch: main
development_dependencies:
lucky:
github: luckyframework/lucky
branch: main
3 changes: 1 addition & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ dependencies:
version: ~> 0.3.0
pg:
github: will/crystal-pg
branch: windowsusername
# version: ~> 0.28.0
version: ~> 0.28.0
habitat:
github: luckyframework/habitat
version: ~> 0.4.9
Expand Down

0 comments on commit 857a997

Please sign in to comment.