Skip to content

Commit

Permalink
add back ember-try scenarios that were removed with ember-cli-update (#…
Browse files Browse the repository at this point in the history
…1534)

* add back ember-try scenarios that were removed

* update readme to show support for older ember versions
  • Loading branch information
mansona committed Aug 4, 2022
1 parent 1d7dc3a commit f089cdd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
- ember-release
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ember-data collections and follows idiomatic patterns.

## Compatibility

* Ember.js v3.24 or above
* Ember CLI v3.24 or above
* Ember.js v3.16 or above
* Ember CLI v3.16 or above
* Node.js v14 or above

Ember Power Select 1.X works in Ember **2.3.1+**, beta and canary with no deprecations
Expand Down
18 changes: 18 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ 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',

Expand Down

0 comments on commit f089cdd

Please sign in to comment.