1
Fork 0

use 2022 compilers for circleci

This commit is contained in:
juliangaal 2022-10-29 19:59:01 +02:00
parent f54d41e6ed
commit 4841c079b6

View file

@ -1,88 +1,24 @@
version: 2 version: 2
jobs: jobs:
latest: 1dot64:
docker: docker:
- image: cimg/rust:latest - image: cimg/rust:1.64.0
steps: steps:
- checkout - checkout
- run: - run:
name: build and test name: build and test
command: cargo build command: cargo build
fournine: 1dot63:
docker: docker:
- image: cimg/rust:1.49.0 - image: cimg/rust:1.63.0
steps: steps:
- checkout - checkout
- run: - run:
name: build and test name: build and test
command: cargo build command: cargo build
foureight: 1dot62:
docker: docker:
- image: cimg/rust:1.48.0 - image: cimg/rust:1.62.0
steps:
- checkout
- run:
name: build and test
command: cargo build
fourseven:
docker:
- image: cimg/rust:1.47.0
steps:
- checkout
- run:
name: build and test
command: cargo build
foursix:
docker:
- image: cimg/rust:1.46.0
steps:
- checkout
- run:
name: build and test
command: cargo build
fourfive:
docker:
- image: cimg/rust:1.45.0
steps:
- checkout
- run:
name: build and test
command: cargo build
fourfour:
docker:
- image: cimg/rust:1.44.0
steps:
- checkout
- run:
name: build and test
command: cargo build
fourthree:
docker:
- image: cimg/rust:1.43.0
steps:
- checkout
- run:
name: build and test
command: cargo build
fourtwo:
docker:
- image: cimg/rust:1.42.0
steps:
- checkout
- run:
name: build and test
command: cargo build
fourone:
docker:
- image: cimg/rust:1.40.0
steps:
- checkout
- run:
name: build and test
command: cargo build
fourzero:
docker:
- image: cimg/rust:1.40.0
steps: steps:
- checkout - checkout
- run: - run:
@ -93,15 +29,7 @@ workflows:
version: 2 version: 2
build_and_test: build_and_test:
jobs: jobs:
- latest - 1dot64
- fournine - 1dot63
- foureight - 1dot62
- fourseven
- foursix
- fourfive
- fourfour
- fourthree
- fourtwo
- fourone
- fourzero