diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd7d35f94..cf05cb40b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/shard.yml b/shard.yml index c3cc28c38..628d070a7 100644 --- a/shard.yml +++ b/shard.yml @@ -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