Skip to content

Commit

Permalink
ember-try: Disable Ember.js 4.x scenarios
Browse files Browse the repository at this point in the history
until we actually fix them...
  • Loading branch information
Turbo87 committed Feb 11, 2022
1 parent 593cd5d commit 6727dd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ module.exports = {
command: 'yarn run ember test',
useVersionCompatibility: true,
useYarn: true,
scenarios: [{
name: 'ember-release',
allowedToFail: true,
}]
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ember-addon": {
"configPath": "tests/dummy/config",
"versionCompatibility": {
"ember": "~3.4.0 || ~3.8.0 || ~3.12.0 || >= 3.16.0"
"ember": "~3.4.0 || ~3.8.0 || ~3.12.0 || >= 3.16.0 < 4"
}
},
"changelog": {
Expand Down

0 comments on commit 6727dd7

Please sign in to comment.