Skip to content
Snippets Groups Projects
Verified Commit 2e4b61b1 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: rust regex issues by bumping min rust

parent ecbc185d
No related branches found
No related tags found
No related merge requests found
Pipeline #3561 failed
......@@ -10,10 +10,6 @@ jobs:
strategy:
matrix:
rust-version: [
"1.61.0",
"1.62.0",
"1.63.0",
"1.64.0",
"1.65.0",
"1.66.0",
"1.67.0",
......@@ -131,8 +127,6 @@ jobs:
strategy:
matrix:
rust-version: [
"1.64.0",
"1.65.0",
"1.66.0",
"1.67.0",
"1.68.0",
......
......@@ -26,7 +26,7 @@ build-rust:
stage: build
parallel:
matrix:
- RUST_VERSION: ["1.61.0", "1.64.0", "stable", "nightly"]
- RUST_VERSION: ["1.65.0", "1.66.0", "stable", "nightly"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
......@@ -60,7 +60,7 @@ test-rust:
stage: test
parallel:
matrix:
- RUST_VERSION: ["1.61.0", "1.64.0", "stable", "nightly"]
- RUST_VERSION: ["1.65.0", "1.66.0", "stable", "nightly"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment