Skip to content

Commit

Permalink
tests: add coverage against v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Apr 28, 2024
1 parent 88da84c commit 64f223d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-4.5
- ember-lts-4.12
- ember-lts-5.4
- ember-release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Phosphor is a flexible icon family for interfaces, diagrams, presentations — w

## Compatibility

- Ember.js v4.12 or above
- Ember.js v4.5 or above (for versions below install [ember-functions-as-helper-polyfill](https://github.com/ember-polyfills/ember-functions-as-helper-polyfill))
- Embroider or ember-auto-import v2

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

0 comments on commit 64f223d

Please sign in to comment.