Skip to content

Commit 48ccacd

Browse files
committed
test on Ember 5.4, 5.8
1 parent bde82fd commit 48ccacd

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

.github/workflows/ci.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,22 @@ jobs:
9393
- scenario: ember-lts-3.28
9494
browser: Firefox
9595
bootstrap: 5
96-
- scenario: ember-lts-4.4
96+
- scenario: ember-lts-4.8
9797
browser: Firefox
9898
bootstrap: 3
99-
- scenario: ember-lts-4.4
99+
- scenario: ember-lts-4.8
100100
browser: Firefox
101101
bootstrap: 4
102-
- scenario: ember-lts-4.4
102+
- scenario: ember-lts-4.8
103+
browser: Firefox
104+
bootstrap: 5
105+
- scenario: ember-lts-5.8
106+
browser: Firefox
107+
bootstrap: 3
108+
- scenario: ember-lts-5.8
109+
browser: Firefox
110+
bootstrap: 4
111+
- scenario: ember-lts-5.8
103112
browser: Firefox
104113
bootstrap: 5
105114
- scenario: node-tests

config/ember-try.js

+18
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,24 @@ module.exports = async function () {
4747
FAIL_ON_DEPRECATION: false,
4848
},
4949
},
50+
{
51+
name: 'ember-lts-5.4',
52+
npm: {
53+
devDependencies: {
54+
'ember-source': '~5.4.0',
55+
bootstrap: bootstrapVersion,
56+
},
57+
},
58+
},
59+
{
60+
name: 'ember-lts-5.8',
61+
npm: {
62+
devDependencies: {
63+
'ember-source': '~5.8.0',
64+
bootstrap: bootstrapVersion,
65+
},
66+
},
67+
},
5068
{
5169
name: 'ember-release',
5270
npm: {

0 commit comments

Comments
 (0)