Skip to content

Commit

Permalink
Support ember 4 12 (#865)
Browse files Browse the repository at this point in the history
* Add the last v4 LTS to the ember-try matrix

* Add changeset
  • Loading branch information
NullVoxPopuli authored Apr 24, 2023
1 parent e7d56dc commit 6df54b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-walls-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ember-resources": patch
---

Add the last v4 LTS, ember-source v4.12, to the test matrix
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
- ember-4.0.0
- ember-4.4
- ember-4.8
- ember-4.12
- ember-release
- ember-beta
- ember-canary
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 @@ -39,6 +39,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-4.12',
npm: {
devDependencies: {
'ember-source': '~4.12.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 6df54b1

Please sign in to comment.