Skip to content

Commit

Permalink
Add Vim 9.0 and 9.1 to CircleCI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
thinca committed Apr 6, 2024
1 parent c25c1d5 commit a5861ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,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 @@ -126,5 +132,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 a5861ed

Please sign in to comment.