We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6137b11 + 494eb56 commit a051a3cCopy full SHA for a051a3c
2 files changed
.github/workflows/ci-build.yml
@@ -72,6 +72,8 @@ jobs:
72
matrix:
73
ts-version:
74
- 4.7
75
+ - 4.8
76
+ - 4.9
77
- next
78
79
steps:
README.md
@@ -9,7 +9,7 @@ Compatibility
9
- Ember.js v4 or above
10
- Ember CLI v4 or above
11
- Node.js v14 or above
12
-- TypeScript 4.7
+- TypeScript 4.7, 4.8, and 4.9
13
- SemVer policy: [simple majors](https://www.semver-ts.org/#simple-majors)
14
- the public API is defined by [API.md](./API.md).
15
@@ -21,7 +21,7 @@ Installation
21
#### yarn
22
```bash
23
yarn add --dev @ember/test-helpers
24
-````
+```
25
26
#### npm
27
0 commit comments