Skip to content

Commit

Permalink
Merge pull request #876 from embermap/drop-fastboot-v1-v2
Browse files Browse the repository at this point in the history
Drop fastboot@1 and fastboot@2 from testing matrix
  • Loading branch information
SergeAstapov authored Oct 11, 2024
2 parents e9d104d + a933cbc commit aba9104
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ jobs:
- ember-lts-4.12
- ember-lts-5.4
- ember-lts-5.8
- fastboot-1.2
- fastboot-2.0
- fastboot-3.0
- ember-release
- ember-beta
Expand Down
45 changes: 0 additions & 45 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,51 +56,6 @@ module.exports = async function () {
},
},
},
{
name: 'fastboot-1.2',
npm: {
dependencies: {
fastboot: '~1.2.1',
},
devDependencies: {
'@ember/test-helpers': '^2.9.3',
'ember-cli': '~4.12.0',
'ember-source': '~3.20.7',
'ember-data': '~3.20.5',
'ember-qunit': '^5.1.5',
'ember-resolver': '^10.0.0',
},
// ember-cli-fastboot v3 incorrectly passed args to json-stable-stringify
// which results in TypeError in latest versions of json-stable-stringify,
// hence pinning.
resolutions: {
'json-stable-stringify': '1.0.2',
},
},
},
{
name: 'fastboot-2.0',
npm: {
dependencies: {
fastboot: '~2.0.3',
},
devDependencies: {
'@ember/test-helpers': '^2.9.3',
'ember-cli': '~4.12.0',
'ember-cli-fastboot': '^2.0.0',
'ember-data': '~3.20.5',
'ember-qunit': '^5.1.5',
'ember-resolver': '^10.0.0',
'ember-source': '~3.20.7',
},
// ember-cli-fastboot v3 incorrectly passed args to json-stable-stringify
// which results in TypeError in latest versions of json-stable-stringify,
// hence pinning.
resolutions: {
'json-stable-stringify': '1.0.2',
},
},
},
{
name: 'fastboot-3.0',
npm: {
Expand Down

0 comments on commit aba9104

Please sign in to comment.