Minimum supported Rust is 1.67. (#51)

This commit is contained in:
Predrag Gruevski 2023-06-06 15:04:58 -04:00 committed by GitHub
parent 49c4f979e7
commit 050645d214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: ['1.66', '1.67', 'stable', 'beta', 'nightly'] toolchain: ['1.67', 'stable', 'beta', 'nightly']
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout the test repository and test with patch change and patch version bump - name: Checkout the test repository and test with patch change and patch version bump