Skip to content

Commit 5c096fb

Browse files
committed
fixup! Stop testing libclang 3.9
1 parent 8982526 commit 5c096fb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/bindgen.yml

Lines changed: 2 additions & 7 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: ["3.9", "4.0", "5.0", "9.0"]
102+
llvm_version: ["4.0", "5.0", "9.0"]
103103
main_tests: [1]
104104
release_build: [0, 1]
105105
no_default_features: [0, 1]
@@ -110,13 +110,8 @@ jobs:
110110
feature_testing_only_docs: [0]
111111

112112
exclude:
113-
# 3.9 and 4.0 are too old to support regular dynamic linking, so this
113+
# 4.0 is too old to support regular dynamic linking, so this
114114
# is not expected to work.
115-
- os: ubuntu-latest
116-
llvm_version: "3.9"
117-
no_default_features: 1
118-
feature_runtime: 0
119-
120115
- os: ubuntu-latest
121116
llvm_version: "4.0"
122117
no_default_features: 1

0 commit comments

Comments
 (0)