Skip to content

Commit

Permalink
Feature/deno 1.34 (#617)
Browse files Browse the repository at this point in the history
* support Deno 1.33,1.34

* update CHANGELOG
  • Loading branch information
shimataro committed Jun 4, 2023
1 parent 6d31f31 commit 7b5265a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/examples-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ jobs:
- "1.30.0"
- "1.31.0"
- "1.32.0"
- "1.33.0"
- "1.34.0"
fail-fast: false
uses: "./.github/workflows/reusable-deno.yml"
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ jobs:
- "1.30.0"
- "1.31.0"
- "1.32.0"
- "1.33.0"
- "1.34.0"
fail-fast: false
uses: "./.github/workflows/reusable-deno.yml"
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ jobs:
- "1.30.0"
- "1.31.0"
- "1.32.0"
- "1.33.0"
- "1.34.0"
fail-fast: false
uses: "./.github/workflows/reusable-deno.yml"
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* support TypeScript 5.0-5.1
* support Bun 0.1.11, 0.2.0, 0.4.0, 0.5.0
* support Deno 1.29, 1.30, 1.31, 1.32
* support Deno 1.29-1.34
* drop CI on macOS Catalina 10.15, and Ubuntu 18.04

## [4.0.0-rc.2] - 2022-12-11
Expand Down

0 comments on commit 7b5265a

Please sign in to comment.