Skip to content

Commit

Permalink
Drop all versions < 3.28 from smoke-test config
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Mar 23, 2023
1 parent db9159a commit 1295338
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions smoke-test-app/tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,6 @@ const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
module.exports = async function () {
return {
scenarios: [
{
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'ember-source': '~3.16.0',
},
},
},
{
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'ember-source': '~3.20.0',
},
},
},
{
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.3',
},
},
},
{
name: 'ember-lts-3.28',
npm: {
Expand Down

0 comments on commit 1295338

Please sign in to comment.