Bump min Rust version to 1.78. Check on 1.78 and 1.83
This commit is contained in:
parent
76cf1eb00a
commit
1998f7d859
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
rust_version: ["1.76", "1.78", "1.82"]
|
||||
rust_version: ["1.78", "1.83"]
|
||||
steps:
|
||||
- name: rustup toolchain install ${{ matrix.rust_version }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue