File tree Expand file tree Collapse file tree 3 files changed +8
-36
lines changed Expand file tree Collapse file tree 3 files changed +8
-36
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @hashicorp/design-system-components " : major
3
+ ---
4
+
5
+ Removed support for Ember 3.28. New minimum support target is Ember 4.12.
Original file line number Diff line number Diff line change 7
7
pull_request : {}
8
8
9
9
env :
10
- NODE_VERSION : ' 22.x'
10
+ NODE_VERSION : " 22.x"
11
11
12
12
concurrency :
13
13
group : ci-components-${{ github.head_ref || github.ref }}
28
28
run : ./.github/scripts/filter_changed_files.sh "packages/components" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml" "packages/tokens"
29
29
30
30
test :
31
- name : ' Tests'
31
+ name : " Tests"
32
32
runs-on : ubuntu-latest
33
33
needs : [conditional-skip]
34
34
if : needs.conditional-skip.outputs.trigger-ci == 'true'
@@ -63,13 +63,12 @@ jobs:
63
63
try-scenarios :
64
64
name : ${{ matrix.try-scenario }}
65
65
runs-on : ubuntu-latest
66
- needs : ' test'
66
+ needs : " test"
67
67
68
68
strategy :
69
69
fail-fast : false
70
70
matrix :
71
71
try-scenario :
72
- - ember-lts-3.28
73
72
- ember-lts-4.12
74
73
# - ember-release
75
74
- ember-beta
Original file line number Diff line number Diff line change @@ -13,20 +13,6 @@ module.exports = async function () {
13
13
command : 'ember test --filter="integration" --reporter xunit' ,
14
14
packageManager : 'pnpm' ,
15
15
scenarios : [
16
- {
17
- name : 'ember-lts-3.28' ,
18
- allowedToFail : true ,
19
- npm : {
20
- devDependencies : {
21
- '@ember/test-helpers' : '^2.0.0' ,
22
- 'ember-a11y-testing' : '^5.2.1' ,
23
- 'ember-cli' : '~3.28.0' ,
24
- 'ember-qunit' : '^6.0.0' ,
25
- 'ember-resolver' : '^8.1.0' ,
26
- 'ember-source' : '~3.28.11' ,
27
- } ,
28
- } ,
29
- } ,
30
16
{
31
17
name : 'ember-lts-4.12' ,
32
18
npm : {
@@ -59,24 +45,6 @@ module.exports = async function () {
59
45
} ,
60
46
} ,
61
47
} ,
62
- {
63
- name : 'ember-classic' ,
64
- env : {
65
- EMBER_OPTIONAL_FEATURES : JSON . stringify ( {
66
- 'application-template-wrapper' : true ,
67
- 'default-async-observers' : false ,
68
- 'template-only-glimmer-components' : false ,
69
- } ) ,
70
- } ,
71
- npm : {
72
- devDependencies : {
73
- 'ember-source' : '~3.28.0' ,
74
- } ,
75
- ember : {
76
- edition : 'classic' ,
77
- } ,
78
- } ,
79
- } ,
80
48
embroiderSafe ( ) ,
81
49
embroiderOptimized ( ) ,
82
50
] ,
You can’t perform that action at this time.
0 commit comments