Browse Source

Update CI nightly version

pull/157/head
Fenrir 10 months ago
parent
commit
6d6f9c0c18
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -15,7 +15,7 @@ jobs:
matrix: matrix:
toolchain: toolchain:
# Run against a "known good" nightly. Rustc version is 1 day behind the toolchain date # Run against a "known good" nightly. Rustc version is 1 day behind the toolchain date
- nightly-2023-06-01 - nightly-2024-02-18
# Check for breakage on latest nightly # Check for breakage on latest nightly
- nightly - nightly
@ -53,7 +53,7 @@ jobs:
strategy: strategy:
matrix: matrix:
toolchain: toolchain:
- nightly-2023-06-01 - nightly-2024-02-18
- nightly - nightly
continue-on-error: ${{ matrix.toolchain == 'nightly' }} continue-on-error: ${{ matrix.toolchain == 'nightly' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save