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
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
strategy:
fail-fast: false
matrix:
# Run the CI on: lowest supported, LTS, latest, and nightly.
# Note that we can't run too many parallel CI jobs, since the live
# tests will run into the platform job limit.
version:
- "1.6"
- "1.8"
- "1.9"
- "1.10"
- "1"
- "nightly"
os:
- ubuntu-latest
Expand Down
Loading