Skip to content

Commit

Permalink
Track v8 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Apr 14, 2024
1 parent f3a82aa commit 3e0079d
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:

- `12.3-lkgr-denoland`
- `12.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 = [
"12.3",
"12.4",
];

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

0 comments on commit 3e0079d

Please sign in to comment.