Skip to content

Commit

Permalink
just trying to make this work now
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 12, 2024
1 parent bff18a6 commit bf4fa55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
shard_file:
- shard.yml
postgres_version:
Expand All @@ -44,11 +47,12 @@ jobs:
crystal_version: latest
postgres_version: 14
experimental: true
os: ubuntu-latest
- shard_file: shard.override.yml
crystal_version: nightly
postgres_version: 14
experimental: true
os: [ubuntu-latest, windows-latest]
os: ubuntu-latest
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
services:
Expand Down

0 comments on commit bf4fa55

Please sign in to comment.