Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit fe0d39d

Browse files
committed
Re-remove support for 3.16 and 3.12 because there is *no way* they actually work, considering the destroyable apis weren't added until 3.22
1 parent 6e3ba54 commit fe0d39d

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
- release
5757
- beta
5858
- canary
59-
- lts-3.12
60-
- lts-3.16
6159
- lts-3.24
6260
- lts-3.28
6361

packages/@glimmer/component/config/ember-try.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,6 @@ module.exports = function () {
1111
return {
1212
useYarn: true,
1313
scenarios: [
14-
{
15-
name: 'ember-lts-3.12',
16-
npm: {
17-
devDependencies: {
18-
'ember-source': '~3.12.0',
19-
},
20-
},
21-
},
22-
{
23-
name: 'ember-lts-3.16',
24-
npm: {
25-
devDependencies: {
26-
'ember-source': '~3.16.0',
27-
},
28-
},
29-
},
3014
{
3115
name: 'ember-lts-3.24',
3216
npm: {

0 commit comments

Comments
 (0)