Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
This switching our tests from "lts_5_8" to "release" and locks the release into 5.11 plus my bugfix backport PR emberjs/ember.js#20743.

I'm doing this because the circularity problems continue to be obnoxious, and some of the things I need to test are 5.x behaviors that are removed at 6.x.
  • Loading branch information
ef4 committed Sep 7, 2024
1 parent dce753f commit 6fd39d4
Show file tree
Hide file tree
Showing 5 changed files with 186,760 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"[email protected]": "5.0.0"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 6fd39d4

Please sign in to comment.