From 99a1c6da98e51cf721c3de5f3128e7277539be5e Mon Sep 17 00:00:00 2001 From: David Thrane Christiansen Date: Tue, 16 Jul 2024 07:45:30 +0200 Subject: [PATCH] chore: update CI matrix --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51a5dea..053bb63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: - "4.6.0" - "4.7.0" - "4.8.0" - - "4.9.0-rc1" - - "nightly-2024-06-12" + - "4.9.0" + - "nightly-2024-07-12" platform: - os: ubuntu-latest installer: | @@ -24,7 +24,7 @@ jobs: # Mac runners are rare and expensive, so spot-check that the # subprocess support seems OK but be less thorough include: - - toolchain: "4.8.0" + - toolchain: "4.9.0" platform: os: macos-latest installer: |