Skip to content

Commit

Permalink
Update compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kaermorchen committed Feb 3, 2023
1 parent 81e3c13 commit 29e01d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-3.24
- ember-lts-3.28
- ember-release
- ember-beta
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An [ember-cli](http://www.ember-cli.com) addon for using [Material Design Icons]
Compatibility
------------------------------------------------------------------------------

* Ember.js v3.24 or above
* Ember.js v3.28 or above
* Embroider or ember-auto-import v2


Expand Down
8 changes: 0 additions & 8 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ module.exports = async function () {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.3',
},
},
},
{
name: 'ember-lts-3.28',
npm: {
Expand Down

0 comments on commit 29e01d0

Please sign in to comment.