disable stable/beta toolchains for ci

This commit is contained in:
Rob Wagner 2024-05-13 18:58:31 -04:00
parent 5b24a9522d
commit 2de11149bf
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -15,8 +15,8 @@ jobs:
strategy: strategy:
matrix: matrix:
toolchain: toolchain:
- stable # - stable
- beta # - beta
- nightly - nightly
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -36,8 +36,8 @@ jobs:
strategy: strategy:
matrix: matrix:
toolchain: toolchain:
- stable # - stable
- beta # - beta
- nightly - nightly
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4