Skip to content

Commit 16bbfdd

Browse files
authored
Update expected LLVM version to 18 (#19896)
1 parent f784f97 commit 16bbfdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# exact requirement, but is the oldest version of node that we do any testing with.
5656
# This version aligns with the current Ubuuntu TLS 20.04 (Focal).
5757
MINIMUM_NODE_VERSION = (10, 19, 0)
58-
EXPECTED_LLVM_VERSION = 17
58+
EXPECTED_LLVM_VERSION = 18
5959

6060
# These get set by setup_temp_dirs
6161
TEMP_DIR = None

0 commit comments

Comments
 (0)