Skip to content

Commit

Permalink
Fix wrong Crystal versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akadusei committed Jul 15, 2023
1 parent 1d4b9a2 commit 788d5e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
crystal: [1.3.2]
crystal: [1.2.2]
runs-on: ubuntu-latest
continue-on-error: false
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
crystal: [1.0.0, latest]
crystal: [1.2.0, latest]
experimental: [false]
include:
- crystal: nightly
Expand Down

0 comments on commit 788d5e7

Please sign in to comment.