diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32f2fc553ad004a614e552e874062b931266c2b5..1c3cb58be6acf24b5e94d6f75de087eaa783fa1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,8 @@ jobs: "1.67.0", "1.68.0", "1.69.0", + "1.70.0", + "1.71.0", "latest" ] runs-on: ubuntu-latest @@ -49,11 +51,11 @@ jobs: strategy: matrix: rust-version: [ - "1.65.0", - "1.66.0", "1.67.0", "1.68.0", "1.69.0", + "1.70.0", + "1.71.0", "latest" ] node-version: ["16"] @@ -96,6 +98,8 @@ jobs: "1.67.0", "1.68.0", "1.69.0", + "1.70.0", + "1.71.0", "latest" ] runs-on: ubuntu-latest