Skip to content

Commit

Permalink
ci: Upgrade rust
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <k0ma@utam0k.jp>
  • Loading branch information
utam0k committed Sep 24, 2022
1 parent 0be833a commit 36fb26f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
rust: [1.62.1, 1.63.0]
rust: [1.63.0, 1.64.0]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
rust: [1.62.1, 1.63.0]
rust: [1.63.0, 1.64.0]
dirs: ${{ fromJSON(needs.changes.outputs.dirs) }}
steps:
- uses: actions/checkout@v2
Expand All @@ -55,7 +55,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
rust: [1.62.1, 1.63.0]
rust: [1.63.0, 1.64.0]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
rust: [1.62.1, 1.63.0]
rust: [1.63.0, 1.64.0]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 36fb26f

Please sign in to comment.