Skip to content

Commit

Permalink
Update CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
allan2 committed Mar 15, 2024
1 parent ed0bda8 commit 7644579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [stable, beta, nightly, 1.64.0]
rust: [stable, beta, nightly, 1.68.0]
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
with:
version: 0.22.0
args: --ignore-tests --workspace -- --test-threads 1

- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -137,4 +137,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pr_number
path: pr/
path: pr/

0 comments on commit 7644579

Please sign in to comment.