Skip to content

Commit

Permalink
chore: update CI (add rustc 1.81)
Browse files Browse the repository at this point in the history
  • Loading branch information
godzie44 committed Sep 15, 2024
1 parent 0afa50f commit ac0002d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
rustc_sup_version: [ 1.76.0, 1.77.0, 1.78.0, 1.79.0, 1.80.0 ]
rustc_sup_version: [ 1.77.0, 1.78.0, 1.79.0, 1.80.0, 1.81.0 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install actual rustc
uses: actions-rs/toolchain@v1
with:
toolchain: 1.80.0
toolchain: 1.81.0
override: true
components: rustfmt, clippy
- name: Run functional tests on own stack unwind implementation
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.80.0
toolchain: 1.81.0
override: true
components: rustfmt, clippy
- name: Set up Python 3.7
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.80.0
toolchain: 1.81.0
override: true
components: rustfmt, clippy
- name: Install libunwind
Expand Down

0 comments on commit ac0002d

Please sign in to comment.