Skip to content

Commit

Permalink
Add Ember 4.12+ to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Nov 1, 2023
1 parent a8f256b commit 9134edd
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,11 @@ jobs:
ember-lts-3.28,
ember-lts-4.4,
ember-lts-4.8,
ember-lts-4.12,
ember-3.28-with-jquery,
ember-3.28-classic,
]
allow-failure: [false]
include:
- ember-try-scenario: ember-canary
allow-failure: true

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ addressing a single deprecation at a time, and prevents backsliding

2.x

- Ember.js 2.12 until at least 4.8
- Ember.js 2.12 until at least 4.12
- Ember CLI 3.16 or above
- Node.js 12 and 14 or above

Expand Down
16 changes: 16 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,22 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-4.12',
npm: {
devDependencies: {
'ember-source': '~4.12.0',
},
},
},
{
name: 'ember-lts-5.3',
npm: {
devDependencies: {
'ember-source': '~5.3.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@ember/string":"^3.0.0",
"broccoli-funnel": "^3.0.3",
"broccoli-merge-trees": "^4.2.0",
"broccoli-plugin": "^4.0.5"
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,13 @@
mkdirp "^1.0.4"
silent-error "^1.1.1"

"@ember/string@^3.0.0":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@ember/string/-/string-3.1.1.tgz#0a5ac0d1e4925259e41d5c8d55ef616117d47ff0"
integrity sha512-UbXJ+k3QOrYN4SRPHgXCqYIJ+yWWUg1+vr0H4DhdQPTy8LJfyqwZ2tc5uqpSSnEXE+/1KopHBE5J8GDagAg5cg==
dependencies:
ember-cli-babel "^7.26.6"

"@ember/[email protected]":
version "2.2.9"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.2.9.tgz#68cceb50ad5b8adedad5d8bf73b39ff71a07f4a6"
Expand Down

0 comments on commit 9134edd

Please sign in to comment.