Skip to content

Commit eec78a0

Browse files
authored
Add 1.90 to CI matrix (#884)
2 parents ea091d1 + 8876010 commit eec78a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# It is good to test more than the MSRV and stable since sometimes
6262
# breakage occurs in intermediate versions.
6363
# IMPORTANT: Synchronize the MSRV with the Cargo.toml values.
64-
rust: ["1.74", "1.75", "1.80", "1.85", "stable", "beta", "nightly"]
64+
rust: ["1.74", "1.75", "1.80", "1.85", "1.90", "stable", "beta", "nightly"]
6565
runs-on: ${{ matrix.os }}
6666
steps:
6767
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)