Skip to content

Commit

Permalink
Test latest Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Dec 6, 2024
1 parent 76d0f14 commit d5cd965
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
rust-version: ["1.70.0", "1.74.0", "1.78.0"]
rust-version: ["1.70.0", "1.74.0", "1.78.0", "1.83.0"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +25,7 @@ jobs:
build-no_std:
strategy:
matrix:
rust-version: ["1.70.0", "1.74.0", "1.78.0"]
rust-version: ["1.70.0", "1.74.0", "1.78.0", "1.83.0"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
test:
strategy:
matrix:
rust-version: ["1.70.0", "1.74.0", "1.78.0"]
rust-version: ["1.70.0", "1.74.0", "1.78.0", "1.83.0"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -50,7 +50,7 @@ jobs:
test-no_std:
strategy:
matrix:
rust-version: ["1.70.0", "1.74.0", "1.78.0"]
rust-version: ["1.70.0", "1.74.0", "1.78.0", "1.83.0"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -62,7 +62,7 @@ jobs:
clippy:
strategy:
matrix:
rust-version: ["1.70.0", "1.74.0", "1.78.0"]
rust-version: ["1.70.0", "1.74.0", "1.78.0", "1.83.0"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d5cd965

Please sign in to comment.