Skip to content

Commit a051a3c

Browse files
authored
Merge pull request #1297 from emberjs/update-TS-support
2 parents 6137b11 + 494eb56 commit a051a3c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
matrix:
7373
ts-version:
7474
- 4.7
75+
- 4.8
76+
- 4.9
7577
- next
7678

7779
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Compatibility
99
- Ember.js v4 or above
1010
- Ember CLI v4 or above
1111
- Node.js v14 or above
12-
- TypeScript 4.7
12+
- TypeScript 4.7, 4.8, and 4.9
1313
- SemVer policy: [simple majors](https://www.semver-ts.org/#simple-majors)
1414
- the public API is defined by [API.md](./API.md).
1515

@@ -21,7 +21,7 @@ Installation
2121
#### yarn
2222
```bash
2323
yarn add --dev @ember/test-helpers
24-
````
24+
```
2525

2626
#### npm
2727
```bash

0 commit comments

Comments
 (0)