Skip to content

Commit

Permalink
point to edge Lucky and Avram. Added Windows to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Nov 10, 2024
1 parent 8e3c27d commit 94ac469
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- latest
experimental:
- false
include:
- os: windows-latest
crystal_version: latest
postgres_version: 16
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
Expand Down
6 changes: 4 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ license: MIT
dependencies:
lucky:
github: luckyframework/lucky
version: ">= 1.0.0"
branch: main
# version: ">= 1.0.0"
avram:
github: luckyframework/avram
version: ">= 1.0.0"
branch: main
# version: ">= 1.0.0"
habitat:
github: luckyframework/habitat
version: ~> 0.4.9
Expand Down

0 comments on commit 94ac469

Please sign in to comment.