Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Here, "original" means to use the lean-toolchain file's contents in the repository
# Support starts at 4.23.0 because that's when the first support
# for modules landed.
lean-version: ["original", "v4.23.0", "v4.24.0", "v4.25.0"]
lean-version: ["original", "v4.23.0", "v4.24.0", "v4.25.0", "v4.26.0", "v4.27.0"]
name: CI (${{ matrix.lean-version }})

steps:
Expand Down