mirror of
https://github.com/sagiegurari/cargo-make
synced 2026-06-08 17:20:03 +00:00
Maintenance: Remove minimal rust version CI flow
This commit is contained in:
@@ -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
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user