diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e1da8f..9dd8c17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: strategy: matrix: os: ["ubuntu", "windows", "macos"] - version: ["stable", "beta", "1.70"] + version: ["stable", "beta", "1.80"] steps: - name: Checkout repository uses: actions/checkout@v3 @@ -59,4 +59,3 @@ jobs: uses: actions/checkout@v3 - name: Check semver uses: obi1kenobi/cargo-semver-checks-action@v2 -