File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
tests/dummy/app/templates/docs/components Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 37
37
# we recommend new addons test the current and previous LTS
38
38
# as well as latest stable release (bonus points to beta/canary)
39
39
- stage : " Additional Tests"
40
+ env : EMBER_TRY_SCENARIO=ember-lts-2.16
41
+ - env : EMBER_TRY_SCENARIO=ember-lts-2.18
40
42
- env : EMBER_TRY_SCENARIO=ember-release
41
43
- env : EMBER_TRY_SCENARIO=ember-beta
42
44
- env : EMBER_TRY_SCENARIO=ember-canary
Original file line number Diff line number Diff line change 19
19
{{!-- Check out the component blocks and their respective
20
20
configuration --}}
21
21
<EsFooter as |f|>
22
- <f.info @infoLinks ={{infoLinks}}/>
23
- <f.statement @socialLinks ={{socialLinks}}/>
24
- <f.contributions @contributorLinks ={{contributorLinks}}/>
22
+ <f.info @infoLinks ={{infoLinks}} />
23
+ <f.statement @socialLinks ={{socialLinks}} />
24
+ <f.contributions @contributorLinks ={{contributorLinks}} />
25
25
</EsFooter >
26
26
{{/demo.example}}
27
27
{{demo.snippet 'demo3'}}
You can’t perform that action at this time.
0 commit comments