Skip to content

Commit

Permalink
Upgrade MSRV in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atezet committed Sep 30, 2024
1 parent d37f68f commit ef3b3b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu", "windows", "macos"]
version: ["stable", "beta", "1.70"]
version: ["stable", "beta", "1.80"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -59,4 +59,3 @@ jobs:
uses: actions/checkout@v3
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit ef3b3b4

Please sign in to comment.