Skip to content

Commit

Permalink
Update run matrix removing obsolete and adding new variants.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirVer committed Aug 5, 2023
1 parent 0ad238b commit 00008a0
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,28 @@ jobs:
fail-fast: false
matrix:
include:
- { vim_version: "8.1", python_image: "3.7-stretch", tag: "vim_81_py37" }
- { vim_version: "8.2", python_image: "3.7-stretch", tag: "vim_82_py37" }
- { vim_version: "git", python_image: "3.7-stretch", tag: "vim_git_py37" }
- { vim_version: "8.1", python_image: "3.8-bookworm", tag: "vim_81_py38" }
- { vim_version: "8.2", python_image: "3.8-bookworm", tag: "vim_82_py38" }
- { vim_version: "git", python_image: "3.8-bookworm", tag: "vim_git_py38" }

- { vim_version: "8.1", python_image: "3.8-buster", tag: "vim_81_py38" }
- { vim_version: "8.2", python_image: "3.8-buster", tag: "vim_82_py38" }
- { vim_version: "git", python_image: "3.8-buster", tag: "vim_git_py38" }

- { vim_version: "8.1", python_image: "3.9-buster", tag: "vim_81_py39" }
- { vim_version: "8.2", python_image: "3.9-buster", tag: "vim_82_py39" }
- { vim_version: "9.0", python_image: "3.9-buster", tag: "vim_90_py39" }
- { vim_version: "git", python_image: "3.8-buster", tag: "vim_git_py39" }
- { vim_version: "8.1", python_image: "3.9-bookworm", tag: "vim_81_py39" }
- { vim_version: "8.2", python_image: "3.9-bookworm", tag: "vim_82_py39" }
- { vim_version: "9.0", python_image: "3.9-bookworm", tag: "vim_90_py39" }
- { vim_version: "git", python_image: "3.8-bookworm", tag: "vim_git_py39" }

# Vim 8.1 and 8.2 do not build with python 3.10.
- { vim_version: "9.0", python_image: "3.10-buster", tag: "vim_90_py310" }
- { vim_version: "git", python_image: "3.10-buster", tag: "vim_git_py310" }
- { vim_version: "9.0", python_image: "3.10-bookworm", tag: "vim_90_py310" }
- { vim_version: "git", python_image: "3.10-bookworm", tag: "vim_git_py310" }

- { vim_version: "8.1", python_image: "3.11-bookworm", tag: "vim_81_py311" }
- { vim_version: "8.2", python_image: "3.11-bookworm", tag: "vim_82_py311" }
- { vim_version: "9.0", python_image: "3.11-bookworm", tag: "vim_90_py311" }
- { vim_version: "git", python_image: "3.11-bookworm", tag: "vim_git_py311" }

- { vim_version: "8.1", python_image: "3.12-bookworm", tag: "vim_81_py312" }
- { vim_version: "8.2", python_image: "3.12-bookworm", tag: "vim_82_py312" }
- { vim_version: "9.0", python_image: "3.12-bookworm", tag: "vim_90_py312" }
- { vim_version: "git", python_image: "3.12-bookworm", tag: "vim_git_py312" }

name: Build & Test using Docker
steps:
Expand Down

0 comments on commit 00008a0

Please sign in to comment.