mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
ci: test with Rust 1.73
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
name: Lint Rust
|
name: Lint Rust
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
RUSTUP_TOOLCHAIN: 1.72.0
|
RUSTUP_TOOLCHAIN: 1.73.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install rustfmt and clippy
|
- name: Install rustfmt and clippy
|
||||||
@@ -81,11 +81,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
rust: 1.68.2
|
rust: 1.73.0
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
rust: 1.68.2
|
rust: 1.73.0
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
rust: 1.68.2
|
rust: 1.73.0
|
||||||
|
|
||||||
# Minimum Supported Rust Version = 1.65.0
|
# Minimum Supported Rust Version = 1.65.0
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user