mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
update github workflows
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -87,19 +87,19 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
# Currently used Rust version, same as in `rust-toolchain` file.
|
# Currently used Rust version, same as in `rust-toolchain` file.
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
rust: 1.61.0
|
rust: 1.63.0
|
||||||
python: 3.9
|
python: 3.9
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
rust: 1.61.0
|
rust: 1.63.0
|
||||||
python: false # Python bindings compilation on Windows is not supported.
|
python: false # Python bindings compilation on Windows is not supported.
|
||||||
|
|
||||||
# Minimum Supported Rust Version = 1.57.0
|
# Minimum Supported Rust Version = 1.63.0
|
||||||
#
|
#
|
||||||
# Minimum Supported Python Version = 3.7
|
# Minimum Supported Python Version = 3.7
|
||||||
# This is the minimum version for which manylinux Python wheels are
|
# This is the minimum version for which manylinux Python wheels are
|
||||||
# built.
|
# built.
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
rust: 1.57.0
|
rust: 1.63.0
|
||||||
python: 3.7
|
python: 3.7
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user