Skip to content

Commit

Permalink
fix(tests): change workflow to use rust 1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed Aug 8, 2024
1 parent 58cf901 commit 7258c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [stable, nightly, 1.50.0, macos, windows, mingw]
build: [stable, nightly, 1.56.0, macos, windows, mingw]
include:
- build: stable
os: ubuntu-latest
Expand Down

0 comments on commit 7258c06

Please sign in to comment.