Skip to content

Commit

Permalink
Update example of CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
thinca committed Apr 6, 2024
1 parent a5861ed commit 2ffeb11
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions examples/ci/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
type: string
default: latest
executor:
name: win/vs2019
name: win/default
shell: bash.exe
steps:
- run:
Expand Down Expand Up @@ -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:
Expand All @@ -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'

0 comments on commit 2ffeb11

Please sign in to comment.