mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-23 11:52:50 +01:00
disable stable/beta toolchains for ci
This commit is contained in:
parent
5b24a9522d
commit
2de11149bf
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -15,8 +15,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
toolchain:
|
||||
- stable
|
||||
- beta
|
||||
# - stable
|
||||
# - beta
|
||||
- nightly
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -36,8 +36,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
toolchain:
|
||||
- stable
|
||||
- beta
|
||||
# - stable
|
||||
# - beta
|
||||
- nightly
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue