From 0a04aed1aaffc414e2833bc0fad6c117f8034372 Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Fri, 13 Oct 2023 10:19:16 +0200 Subject: [PATCH] Test beta in CI --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2698e64b3..383eb2fce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,11 +37,13 @@ jobs: fail-fast: false matrix: project: ["libsignal-service-actix", "libsignal-service-hyper"] - toolchain: ["stable", "nightly"] + toolchain: ["stable", "beta", "nightly"] coverage: [false, true] exclude: - toolchain: stable coverage: true + - toolchain: beta + coverage: true - toolchain: nightly coverage: false include: