Skip to content

Commit ce893f2

Browse files
committed
Add compatibility matrix
1 parent f0f2381 commit ce893f2

File tree

4 files changed

+1309
-0
lines changed

4 files changed

+1309
-0
lines changed

.github/workflows/libssl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
run: make format-check
9999
- name: Check ordering of build.rs entrypoints
100100
run: ./admin/sort-entrypoints.py
101+
- name: Check MATRIX.md is up-to-date
102+
run: ./admin/matrix.py > MATRIX.md.new && diff -su MATRIX.md MATRIX.md.new
101103

102104
clippy:
103105
name: Clippy

0 commit comments

Comments
 (0)