Skip to content

Commit

Permalink
Quote version numbers in YAML example config (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed May 3, 2024
1 parent 2972d6c commit 29d0ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configurator.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- os: ubuntu-latest
{%- if crystal_ver %}
- os: ubuntu-latest
crystal: 1.2
crystal: "1.12"
{%- endif %}
{%- if crystal_nightly %}
- os: ubuntu-latest
Expand All @@ -73,7 +73,7 @@ jobs:
os: [ubuntu-latest{% if os_mac %}, macos-latest{% endif %}{% if os_win %}, windows-latest{% endif %}]
{%- endif %}
{%- if crystal_nightly or crystal_ver %}
crystal: [{% if crystal_ver %}1.2, {% endif %}latest{% if crystal_nightly %}, nightly{% endif %}]
crystal: [{% if crystal_ver %}"1.12", {% endif %}latest{% if crystal_nightly %}, nightly{% endif %}]
{%- endif %}
{%- endif %}
{%- endif %}
Expand Down

0 comments on commit 29d0ca3

Please sign in to comment.