Skip to content

Commit

Permalink
Add compatibility matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Apr 4, 2024
1 parent f0f2381 commit ce893f2
Show file tree
Hide file tree
Showing 4 changed files with 1,309 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/libssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
run: make format-check
- name: Check ordering of build.rs entrypoints
run: ./admin/sort-entrypoints.py
- name: Check MATRIX.md is up-to-date
run: ./admin/matrix.py > MATRIX.md.new && diff -su MATRIX.md MATRIX.md.new

clippy:
name: Clippy
Expand Down
Loading

0 comments on commit ce893f2

Please sign in to comment.