Skip to content

Commit

Permalink
chore: git workflow updated to rust 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsantana committed Nov 29, 2023
1 parent 1fa770e commit 90bb8e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust-version: [1.64, stable, nightly]
rust-version: [1.67, stable, nightly]
name: Native Tests
runs-on: ubuntu-latest
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust-version: [1.64, stable, nightly]
rust-version: [1.67, stable, nightly]
name: Browser Tests
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust-version: [1.64, stable, nightly]
rust-version: [1.67, stable, nightly]
name: Node Tests
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
matrix:
# example: [ markdown, prime ]
example: [ markdown ]
rust-version: [1.64, stable, nightly]
rust-version: [1.67, stable, nightly]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust-version: [1.64, stable, nightly]
rust-version: [1.67, stable, nightly]
name: Test gloo-net
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 90bb8e6

Please sign in to comment.