Skip to content

Commit

Permalink
Track V8 13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Feb 3, 2025
1 parent aa32035 commit 4602b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ branches, except with the patches from the `patches/` directory applied.

Currently the following V8 branches are actively updated:

- `13.2-lkgr-denoland`
- `13.4-lkgr-denoland`

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion autoroll.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const V8_VERSIONS = [
"13.2",
"13.4",
];

const checkVersions = !!Deno.env.get("CHECK_V8_VERSIONS");
Expand Down

0 comments on commit 4602b45

Please sign in to comment.