From ad2c93736049313047076bcbaa1d0e050861d72d Mon Sep 17 00:00:00 2001 From: David Thrane Christiansen Date: Mon, 29 Jul 2024 10:39:41 +0200 Subject: [PATCH 1/3] chore: update CI matrix --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 053bb63..bb4ee04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,8 @@ jobs: - "4.7.0" - "4.8.0" - "4.9.0" - - "nightly-2024-07-12" + - "4.10.0-rc2" + - "nightly-2024-07-27" platform: - os: ubuntu-latest installer: | @@ -24,7 +25,7 @@ jobs: # Mac runners are rare and expensive, so spot-check that the # subprocess support seems OK but be less thorough include: - - toolchain: "4.9.0" + - toolchain: "4.9.1" platform: os: macos-latest installer: | From 563e4371bce08546c8a911024fd72e9b694ac934 Mon Sep 17 00:00:00 2001 From: David Thrane Christiansen Date: Mon, 29 Jul 2024 10:45:14 +0200 Subject: [PATCH 2/3] try more nightlies --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb4ee04..a3c76ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ jobs: - "4.8.0" - "4.9.0" - "4.10.0-rc2" + - "nightly-2024-07-12" + - "nightly-2024-07-17" + - "nightly-2024-07-22" - "nightly-2024-07-27" platform: - os: ubuntu-latest From 7c3a510bbc2a57439404cc2db53124ebebc99fb7 Mon Sep 17 00:00:00 2001 From: David Thrane Christiansen Date: Mon, 5 Aug 2024 07:21:57 +0200 Subject: [PATCH 3/3] Use nightly post-fix, plus release --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3c76ed..6dda2c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,8 @@ jobs: - "4.7.0" - "4.8.0" - "4.9.0" - - "4.10.0-rc2" - - "nightly-2024-07-12" - - "nightly-2024-07-17" - - "nightly-2024-07-22" - - "nightly-2024-07-27" + - "4.10.0" + - "nightly-2024-08-03" platform: - os: ubuntu-latest installer: |