Skip to content

Commit aba9104

Browse files
authored
Merge pull request #876 from embermap/drop-fastboot-v1-v2
Drop fastboot@1 and fastboot@2 from testing matrix
2 parents e9d104d + a933cbc commit aba9104

2 files changed

Lines changed: 0 additions & 47 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ jobs:
8787
- ember-lts-4.12
8888
- ember-lts-5.4
8989
- ember-lts-5.8
90-
- fastboot-1.2
91-
- fastboot-2.0
9290
- fastboot-3.0
9391
- ember-release
9492
- ember-beta

tests/dummy/config/ember-try.js

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -56,51 +56,6 @@ module.exports = async function () {
5656
},
5757
},
5858
},
59-
{
60-
name: 'fastboot-1.2',
61-
npm: {
62-
dependencies: {
63-
fastboot: '~1.2.1',
64-
},
65-
devDependencies: {
66-
'@ember/test-helpers': '^2.9.3',
67-
'ember-cli': '~4.12.0',
68-
'ember-source': '~3.20.7',
69-
'ember-data': '~3.20.5',
70-
'ember-qunit': '^5.1.5',
71-
'ember-resolver': '^10.0.0',
72-
},
73-
// ember-cli-fastboot v3 incorrectly passed args to json-stable-stringify
74-
// which results in TypeError in latest versions of json-stable-stringify,
75-
// hence pinning.
76-
resolutions: {
77-
'json-stable-stringify': '1.0.2',
78-
},
79-
},
80-
},
81-
{
82-
name: 'fastboot-2.0',
83-
npm: {
84-
dependencies: {
85-
fastboot: '~2.0.3',
86-
},
87-
devDependencies: {
88-
'@ember/test-helpers': '^2.9.3',
89-
'ember-cli': '~4.12.0',
90-
'ember-cli-fastboot': '^2.0.0',
91-
'ember-data': '~3.20.5',
92-
'ember-qunit': '^5.1.5',
93-
'ember-resolver': '^10.0.0',
94-
'ember-source': '~3.20.7',
95-
},
96-
// ember-cli-fastboot v3 incorrectly passed args to json-stable-stringify
97-
// which results in TypeError in latest versions of json-stable-stringify,
98-
// hence pinning.
99-
resolutions: {
100-
'json-stable-stringify': '1.0.2',
101-
},
102-
},
103-
},
10459
{
10560
name: 'fastboot-3.0',
10661
npm: {

0 commit comments

Comments
 (0)