Skip to content

Commit

Permalink
Rm 3.4 and 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Nov 23, 2020
1 parent b7f9fa8 commit f218950
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -17,8 +17,6 @@ jobs:
fail-fast: true
matrix:
try-scenario: [
ember-lts-3.4,
ember-lts-3.8,
ember-lts-3.12,
ember-lts-3.16,
ember-lts-3.20,
Expand Down
16 changes: 0 additions & 16 deletions config/ember-try.js
Expand Up @@ -6,22 +6,6 @@ module.exports = async function() {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.4',
npm: {
devDependencies: {
'ember-source': '~3.4.0'
}
}
},
{
name: 'ember-lts-3.8',
npm: {
devDependencies: {
'ember-source': '~3.8.0'
}
}
},
{
name: 'ember-lts-3.12',
npm: {
Expand Down

0 comments on commit f218950

Please sign in to comment.