Commit cd9fd18 1 parent 5837aec commit cd9fd18 Copy full SHA for cd9fd18
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,26 +24,26 @@ module.exports = function() {
24
24
useYarn : true ,
25
25
scenarios : [
26
26
{
27
- name : 'ember-lts-2.16 ' ,
27
+ name : 'ember-lts-3.12 ' ,
28
28
env : {
29
29
EMBER_OPTIONAL_FEATURES : JSON . stringify ( { 'jquery-integration' : true } )
30
30
} ,
31
31
npm : {
32
32
devDependencies : {
33
33
'@ember/jquery' : '^0.5.1' ,
34
- 'ember-source' : '~2.16 .0'
34
+ 'ember-source' : '^3.12 .0'
35
35
}
36
36
}
37
37
} ,
38
38
{
39
- name : 'ember-lts-2.18 ' ,
39
+ name : 'ember-lts-3.16 ' ,
40
40
env : {
41
41
EMBER_OPTIONAL_FEATURES : JSON . stringify ( { 'jquery-integration' : true } )
42
42
} ,
43
43
npm : {
44
44
devDependencies : {
45
45
'@ember/jquery' : '^0.5.1' ,
46
- 'ember-source' : '~2.18 .0'
46
+ 'ember-source' : '^3.16 .0'
47
47
}
48
48
}
49
49
} ,
You can’t perform that action at this time.
0 commit comments