Skip to content

Commit 29d0ca3

Browse files
Quote version numbers in YAML example config (#41)
1 parent 2972d6c commit 29d0ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configurator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- os: ubuntu-latest
5757
{%- if crystal_ver %}
5858
- os: ubuntu-latest
59-
crystal: 1.2
59+
crystal: "1.12"
6060
{%- endif %}
6161
{%- if crystal_nightly %}
6262
- os: ubuntu-latest
@@ -73,7 +73,7 @@ jobs:
7373
os: [ubuntu-latest{% if os_mac %}, macos-latest{% endif %}{% if os_win %}, windows-latest{% endif %}]
7474
{%- endif %}
7575
{%- if crystal_nightly or crystal_ver %}
76-
crystal: [{% if crystal_ver %}1.2, {% endif %}latest{% if crystal_nightly %}, nightly{% endif %}]
76+
crystal: [{% if crystal_ver %}"1.12", {% endif %}latest{% if crystal_nightly %}, nightly{% endif %}]
7777
{%- endif %}
7878
{%- endif %}
7979
{%- endif %}

0 commit comments

Comments
 (0)