diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 122d937..e008e04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,13 @@ jobs: strategy: matrix: rust: - - stable - - 1.57.0 - - 1.56.0 - - 1.55.0 - 1.54.0 + - 1.55.0 + - 1.56.0 + - 1.57.0 + - 1.58.1 + - 1.59.0 + - stable - beta - nightly steps: