From 2ffeb118c3edd8004c99bab839334623caa953c8 Mon Sep 17 00:00:00 2001 From: thinca Date: Sat, 6 Apr 2024 17:00:42 +0900 Subject: [PATCH] Update example of CircleCI --- examples/ci/.circleci/config.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/examples/ci/.circleci/config.yml b/examples/ci/.circleci/config.yml index d30419a..5e8a822 100644 --- a/examples/ci/.circleci/config.yml +++ b/examples/ci/.circleci/config.yml @@ -7,7 +7,7 @@ parameters: default: v1.7.0 orbs: - win: circleci/windows@1.0.0 + win: circleci/windows@5.0.0 jobs: linux-test: @@ -37,7 +37,7 @@ jobs: type: string default: latest executor: - name: win/vs2019 + name: win/default shell: bash.exe steps: - run: @@ -119,6 +119,12 @@ workflows: - linux-test: name: 'Linux: Vim v8.2.0000' version: 'v8.2.0000' + - linux-test: + name: 'Linux: Vim v9.0.0000' + version: 'v9.0.0000' + - linux-test: + name: 'Linux: Vim v9.1.0000' + version: 'v9.1.0000' - linux-test: name: 'Linux: Vim latest' - windows-test: @@ -133,5 +139,11 @@ workflows: - windows-test: name: 'Windows: Vim v8.2.0008' version: 'v8.2.0008' + - windows-test: + name: 'Windows: Vim v9.0.0000' + version: 'v9.0.0000' + - windows-test: + name: 'Windows: Vim v9.1.0' + version: 'v9.1.0' - windows-test: name: 'Windows: Vim latest'