Skip to content

Commit

Permalink
1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Oct 9, 2024
1 parent a7da1ff commit 51f168b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- windows-latest
toolchain:
- "stable"
- "1.76" # MSRV
- "1.77" # MSRV
runs-on: ${{ matrix.os }}
timeout-minutes: 20
steps:
Expand All @@ -43,7 +43,7 @@ jobs:
matrix:
toolchain:
- "stable"
- "1.76" # MSRV
- "1.77" # MSRV
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -59,7 +59,7 @@ jobs:
matrix:
toolchain:
- "stable"
- "1.76" # MSRV
- "1.77" # MSRV
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -76,7 +76,7 @@ jobs:
matrix:
toolchain:
- "stable"
- "1.76" # MSRV
- "1.77" # MSRV
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -92,7 +92,7 @@ jobs:
matrix:
toolchain:
- "stable"
- "1.76" # MSRV
- "1.77" # MSRV
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -113,7 +113,7 @@ jobs:
matrix:
toolchain:
- stable
- "1.76" # MSRV
- "1.77" # MSRV
- nightly # some tests use unstable features
runs-on: ubuntu-latest
steps:
Expand All @@ -134,7 +134,7 @@ jobs:
matrix:
toolchain:
- "stable"
- "1.76" # MSRV
- "1.77" # MSRV
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 51f168b

Please sign in to comment.