Skip to content

Commit 464c7b3

Browse files
committed
Test on the desired rust version
1 parent 9c04d73 commit 464c7b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
rust: ["1.47.0", "1.56.1"]
11+
rust: ["1.47.0", "stable"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout source
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup rust (stable)
2121
uses: hecrj/setup-rust-action@v1
2222
with:
23-
rust-version: stable
23+
rust-version: ${{ matrix.rust }}
2424
- name: Setup rust (nightly)
2525
uses: hecrj/setup-rust-action@v1
2626
with:

0 commit comments

Comments
 (0)