Skip to content

Commit

Permalink
Raise minimum tested compiler to 1.59
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 27, 2023
1 parent 39d542c commit bbdb3a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.56.0]
rust: [nightly, beta, stable, 1.59.0, 1.56.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
Expand All @@ -34,7 +34,9 @@ jobs:
- name: Enable type layout randomization
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
if: matrix.rust == 'nightly'
- run: cargo check
- run: cargo test --workspace
if: matrix.rust != '1.56.0'

minimal:
name: Minimal versions
Expand Down

0 comments on commit bbdb3a9

Please sign in to comment.