Skip to content

Commit 21e80ea

Browse files
committed
fixup! Stop testing libclang 4.0
1 parent 5c096fb commit 21e80ea

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/bindgen.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- debian: null
100100
cross: null
101101
rust: null
102-
llvm_version: ["4.0", "5.0", "9.0"]
102+
llvm_version: ["5.0", "9.0"]
103103
main_tests: [1]
104104
release_build: [0, 1]
105105
no_default_features: [0, 1]
@@ -109,14 +109,6 @@ jobs:
109109
feature_extra_asserts: [0]
110110
feature_testing_only_docs: [0]
111111

112-
exclude:
113-
# 4.0 is too old to support regular dynamic linking, so this
114-
# is not expected to work.
115-
- os: ubuntu-latest
116-
llvm_version: "4.0"
117-
no_default_features: 1
118-
feature_runtime: 0
119-
120112
include:
121113
# Test with extra asserts + docs just with latest llvm versions to
122114
# prevent explosion

0 commit comments

Comments
 (0)