Skip to content

Commit

Permalink
fix: removed rust 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 4, 2023
1 parent f95e383 commit fe82662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
rust-version: [
"1.60.0",
"1.61.0",
"1.62.0",
"1.63.0",
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build-rust:
stage: build
parallel:
matrix:
- RUST_VERSION: ["1.60.0", "1.64.0", "stable", "nightly"]
- RUST_VERSION: ["1.61.0", "1.64.0", "stable", "nightly"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
Expand Down Expand Up @@ -60,7 +60,7 @@ test-rust:
stage: test
parallel:
matrix:
- RUST_VERSION: ["1.60.0", "1.64.0", "stable", "nightly"]
- RUST_VERSION: ["1.61.0", "1.64.0", "stable", "nightly"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
Expand Down

0 comments on commit fe82662

Please sign in to comment.