File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,15 +45,12 @@ jobs:
4545 fail-fast : false
4646 matrix :
4747 ember-try-scenario :
48- - ember-lts-3.28
4948 - ember-lts-4.4
5049 - ember-lts-4.8
5150 - ember-release
5251 - ember-beta
5352 - ember-canary
54- - ember-classic
5553 - ember-default
56- - with-jquery
5754 - embroider-safe
5855 # - embroider-optimized # see comments in ember-try.js
5956
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ A test-framework-agnostic set of helpers for testing Ember.js applications
66Compatibility
77------------------------------------------------------------------------------
88
9- - Ember.js v3.28 or above
10- - Ember CLI v3.28 or above
9+ - Ember.js v4 or above
10+ - Ember CLI v4 or above
1111- Node.js v14 or above
1212- TypeScript 4.7
1313 - SemVer policy: [ simple majors] ( https://www.semver-ts.org/#simple-majors )
Original file line number Diff line number Diff line change 4040 "test:all" : " ember try:each"
4141 },
4242 "peerDependencies" : {
43- "ember-source" : " ^3.28.0 || ^ 4.0.0"
43+ "ember-source" : " ^4.0.0"
4444 },
4545 "dependencies" : {
4646 "@ember/test-waiters" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -41,14 +41,6 @@ module.exports = async function () {
4141 return {
4242 useYarn : true ,
4343 scenarios : [
44- {
45- name : 'ember-lts-3.28' ,
46- npm : {
47- devDependencies : {
48- 'ember-source' : '~3.28.0' ,
49- } ,
50- } ,
51- } ,
5244 {
5345 name : 'ember-lts-4.4' ,
5446 npm : {
@@ -89,39 +81,6 @@ module.exports = async function () {
8981 } ,
9082 } ,
9183 } ,
92- {
93- name : 'with-jquery' ,
94- env : {
95- EMBER_OPTIONAL_FEATURES : JSON . stringify ( {
96- 'jquery-integration' : true ,
97- } ) ,
98- } ,
99- npm : {
100- devDependencies : {
101- 'ember-source' : '~3.28.0' ,
102- '@ember/jquery' : '^0.6.0' ,
103- 'ember-fetch' : null ,
104- } ,
105- } ,
106- } ,
107- {
108- name : 'ember-classic' ,
109- env : {
110- EMBER_OPTIONAL_FEATURES : JSON . stringify ( {
111- 'application-template-wrapper' : true ,
112- 'default-async-observers' : false ,
113- 'template-only-glimmer-components' : false ,
114- } ) ,
115- } ,
116- npm : {
117- devDependencies : {
118- 'ember-source' : '~3.28.0' ,
119- } ,
120- ember : {
121- edition : 'classic' ,
122- } ,
123- } ,
124- } ,
12584 {
12685 name : 'ember-default' ,
12786 npm : {
You can’t perform that action at this time.
0 commit comments