Skip to content

Commit

Permalink
test where things started to go wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed May 18, 2024
1 parent 12839af commit 7ef2bee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,19 @@ jobs:
test:
name: Test Suite
strategy:
fail-fast: false
matrix:
rust:
- nightly
- nightly-2025-05-10
- nightly-2025-05-11
- nightly-2025-05-12
- nightly-2025-05-13
- nightly-2025-05-14
# Check a ~3 months old nightly as "oldest supported version"
- nightly-2023-10-01
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7ef2bee

Please sign in to comment.