Skip to content

Commit 6b77dbf

Browse files
committed
Test on newest rust as well
1 parent a22a1b8 commit 6b77dbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11+
rust: ["1.54.0", "1.60.0"]
1112
runs-on: ${{ matrix.os }}
1213
steps:
1314
- name: Checkout source
@@ -23,7 +24,7 @@ jobs:
2324
- name: Setup MSRV rust
2425
uses: hecrj/setup-rust-action@v1
2526
with:
26-
rust-version: "1.54.0"
27+
rust-version: ${{ matrix.rust }}
2728
- name: Run unit tests
2829
run: rustc --version && cargo --version && cargo test
2930
- name: Run script tests

0 commit comments

Comments
 (0)