Skip to content

Commit

Permalink
ci: guard compio is compatible with stable rust (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Sep 21, 2024
1 parent 8b22edf commit f7a6022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.setup.os }}
strategy:
matrix:
toolchain: ["nightly", "beta"]
toolchain: ["nightly", "beta", "stable"]
setup:
- os: "ubuntu-20.04"
- os: "ubuntu-22.04"
Expand Down

0 comments on commit f7a6022

Please sign in to comment.