Skip to content

Commit 2a750e0

Browse files
Remove 1.75 CI
Signed-off-by: Luca Della Vedova <[email protected]>
1 parent e934b01 commit 2a750e0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci_linux.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,11 @@ env:
1616

1717
jobs:
1818
build:
19-
strategy:
20-
matrix:
21-
rust-version: [stable, 1.75]
22-
2319
runs-on: ubuntu-latest
2420

2521
steps:
2622
- uses: actions/checkout@v3
2723

28-
- name: Setup rust
29-
run: rustup default ${{ matrix.rust-version }}
30-
3124
- name: Build default features
3225
run: cargo build
3326
- name: Test default features

0 commit comments

Comments
 (0)