forked from mirrors/gstreamer-rs
ci: Update minimum supported version to 1.41
This commit is contained in:
parent
8bfb5b58fa
commit
8825a27c3e
1 changed files with 4 additions and 4 deletions
|
@ -32,10 +32,10 @@ stages:
|
||||||
variables:
|
variables:
|
||||||
RUST_VERSION: "stable"
|
RUST_VERSION: "stable"
|
||||||
|
|
||||||
.img-1-40:
|
.img-1-41:
|
||||||
extends: .base
|
extends: .base
|
||||||
variables:
|
variables:
|
||||||
RUST_VERSION: "1.40.0"
|
RUST_VERSION: "1.41.0"
|
||||||
|
|
||||||
.img-nightly:
|
.img-nightly:
|
||||||
extends: .base
|
extends: .base
|
||||||
|
@ -83,10 +83,10 @@ test stable:
|
||||||
- '.cargo test'
|
- '.cargo test'
|
||||||
- .img-stable
|
- .img-stable
|
||||||
|
|
||||||
test 1.40:
|
test 1.41:
|
||||||
extends:
|
extends:
|
||||||
- '.cargo test'
|
- '.cargo test'
|
||||||
- .img-1-40
|
- .img-1-41
|
||||||
|
|
||||||
test nightly:
|
test nightly:
|
||||||
extends:
|
extends:
|
||||||
|
|
Loading…
Reference in a new issue