Skip to content

Commit

Permalink
testing windows CI with new PG patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 31, 2024
1 parent 9cf1ee4 commit d188783
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ jobs:
experimental:
- false
include:
# NOTE: PG shard does not compile on Windows https://github.com/will/crystal-pg/issues/291
# Until that's resolved, this will always fail, so leaving this commented out for now
# - shard_file: shard.yml
# crystal_version: latest
# postgres_version: 16
# experimental: true
# os: windows-latest
- shard_file: shard.yml
crystal_version: latest
postgres_version: 16
experimental: true
os: windows-latest
- shard_file: shard.edge.yml
crystal_version: latest
postgres_version: 14
Expand Down
3 changes: 2 additions & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ dependencies:
version: ~> 0.3.0
pg:
github: will/crystal-pg
version: ~> 0.28.0
branch: windowsusername
# version: ~> 0.28.0
habitat:
github: luckyframework/habitat
version: ~> 0.4.9
Expand Down

0 comments on commit d188783

Please sign in to comment.