From 9b72ba78d8c3221fb8c34406a29c580576a78da8 Mon Sep 17 00:00:00 2001 From: JacobLinCool Date: Fri, 1 Aug 2025 22:00:06 +0800 Subject: [PATCH] ci: update test matrix versions for cloudflared --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 700b8a4..d29ca1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,10 +20,10 @@ jobs: - macos-latest version: - "latest" - - "2024.12.1" - - "2024.10.1" - - "2024.8.3" - - "2024.6.1" + - "2025.6.1" + - "2025.4.2" + - "2025.2.1" + - "2024.12.2" name: "${{ matrix.os }} - ${{ matrix.version }}" runs-on: ${{ matrix.os }}