Maintenance: Remove minimal rust version CI flow

This commit is contained in:
sagie gur ari
2025-01-18 13:42:34 +00:00
parent 7d61273399
commit 3f943c207d
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -15,7 +15,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
rust: [stable, beta, nightly, 1.83.0] rust: [stable, beta, nightly]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps:
- name: Checkout - name: Checkout
@@ -33,6 +33,3 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: matrix.rust == 'stable' || matrix.rust == 'beta' || matrix.rust == 'nightly' 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 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
+1 -1
View File
@@ -3,7 +3,7 @@
### v0.38.01 ### v0.38.01
* Maintenance: upgrade kcov default version to 43 * 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) ### v0.37.23 (2024-10-19)