From 2d0a3053adcf23d848f0bb95358b62eb9e3d1d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sat, 3 Dec 2022 21:36:54 +1300 Subject: [PATCH] Try a bunch of rustcs --- .github/workflows/merge.yml | 67 +++++++++++++------------------------ README.md | 1 - 2 files changed, 24 insertions(+), 44 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 1e717d3..522f1ca 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -1,52 +1,33 @@ -name: Merge (with Bors) +name: Try this on: - push: - branches: - - staging - - trying + pull_request: jobs: check: strategy: + fail-fast: false matrix: - include: - - platform: macos - toolchain: stable - features: default - - platform: macos - toolchain: 1.51.0 - features: default - - platform: macos - toolchain: stable - features: with-tokio - - platform: macos - toolchain: 1.51.0 - features: with-tokio - - platform: ubuntu - toolchain: stable - features: default - - platform: ubuntu - toolchain: 1.51.0 - features: default - - platform: ubuntu - toolchain: stable - features: with-tokio - - platform: ubuntu - toolchain: 1.51.0 - features: with-tokio - - platform: windows - toolchain: stable - features: default - - platform: windows - toolchain: 1.51.0 - features: default - - platform: windows - toolchain: stable - features: with-tokio - - platform: windows - toolchain: 1.51.0 - features: with-tokio - + platform: [macos] + features: + - default + - with-tokio + toolchain: + - stable + - 1.51.0 + - 1.52.0 + - 1.53.0 + - 1.54.0 + - 1.55.0 + - 1.56.0 + - 1.57.0 + - 1.58.0 + - 1.59.0 + - 1.60.0 + - 1.61.0 + - 1.62.0 + - 1.63.0 + - 1.64.0 + - 1.65.0 name: "Test on ${{ matrix.platform }} with Rust ${{ matrix.toolchain }} (feat: ${{ matrix.features }})" runs-on: "${{ matrix.platform }}-latest" diff --git a/README.md b/README.md index 5f8aa33..be409f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![Crate release version](https://flat.badgen.net/crates/v/command-group)](https://crates.io/crates/command-group) [![Crate license: Apache 2.0 or MIT](https://flat.badgen.net/badge/license/Apache%202.0%20or%20MIT)][copyright] -![MSRV: 1.51.0 (breaking)](https://flat.badgen.net/badge/MSRV/1.51.0%20%28breaking%29/green) [![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/45673) [![CI status on main branch](https://github.com/watchexec/command-group/actions/workflows/main.yml/badge.svg)](https://github.com/watchexec/command-group/actions/workflows/main.yml)