Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
icy-arctic-fox committed Jun 12, 2024
1 parent 0e9e758 commit 5d89579
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Format
run: crystal tool format --check
- name: Lint
run: ./bin/ameba
run: bin/ameba

test:
name: Test
Expand All @@ -33,9 +33,9 @@ jobs:
crystal: # Latest version plus 2 previous.
- latest
- nightly
- 1.10
- 1.11
- 1.12
- "1.10"
- "1.11"
- "1.12"
os:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit 5d89579

Please sign in to comment.