Browse Source

Check for oldest supported version

pull/37/head
Andrea Ciliberti 1 year ago
parent
commit
17ce4002e8
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -42,6 +42,8 @@ jobs: @@ -42,6 +42,8 @@ jobs:
strategy:
matrix:
toolchain:
# Oldest supported nightly
- nightly-2023-05-31
- nightly
continue-on-error: ${{ matrix.toolchain == 'nightly' }}

Loading…
Cancel
Save