Skip to content

Commit

Permalink
Add missing rust version to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
judy-zz committed Dec 26, 2023
1 parent 86daef5 commit ef5ee34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
matrix:
os: [ubuntu-latest, "macos-latest"]
ruby: ['ruby-head', '3.2', '3.0', '2.7']
rust: ["stable"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ef5ee34

Please sign in to comment.