From 3f943c207de43518c41d592afa0eeacf74cb180a Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Sat, 18 Jan 2025 13:42:34 +0000 Subject: [PATCH] Maintenance: Remove minimal rust version CI flow --- .github/workflows/ci.yml | 5 +---- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ade32a3b..7b5cf17d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - rust: [stable, beta, nightly, 1.83.0] + rust: [stable, beta, nightly] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - name: Checkout @@ -33,6 +33,3 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: matrix.rust == 'stable' || matrix.rust == 'beta' || matrix.rust == 'nightly' run: cargo run --bin cargo-make --target-dir target/ci -- make --env "CODECOV_TOKEN=${CODECOV_TOKEN}" ci-flow - - name: Run CI (Minimal Supported Rust Version) - if: matrix.rust != 'stable' && matrix.rust != 'beta' && matrix.rust != 'nightly' && matrix.os == 'ubuntu-latest' - run: cargo make ci-flow diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c44789..ab96de09 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### v0.38.01 * Maintenance: upgrade kcov default version to 43 -* Maintenance: update minimal CI env to rust 1.83 +* Maintenance: Remove minimal rust version CI flow ### v0.37.23 (2024-10-19)