Skip to content

Commit eb41705

Browse files
committed
drop ember@3.24 from test-matrix
1 parent 40e8ecc commit eb41705

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
try-scenario:
55-
- ember-lts-3.24
5655
- ember-lts-3.28
5756
- ember-lts-4.4
5857
- ember-lts-4.8

test-app/config/ember-try.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@ module.exports = async function () {
77
return {
88
usePnpm: true,
99
scenarios: [
10-
{
11-
name: 'ember-lts-3.24',
12-
npm: {
13-
devDependencies: {
14-
'ember-resolver': '^8.0.0',
15-
'ember-source': '~3.24.3',
16-
'ember-cli': '^4.0.0',
17-
'ember-qunit': '^5.0.0',
18-
'@ember/test-helpers': '^2.1.0',
19-
'ember-cli-htmlbars': '^5.0.0',
20-
'@embroider/core': null,
21-
'@embroider/compat': null,
22-
'@embroider/webpack': null,
23-
},
24-
},
25-
},
2610
{
2711
name: 'ember-lts-3.28',
2812
npm: {

0 commit comments

Comments
 (0)