Skip to content

Commit

Permalink
Update CI run-matrix (#1535)
Browse files Browse the repository at this point in the history
- Removes end of lifed python 3.7 and buster
- Adds Python 3.11
  • Loading branch information
SirVer authored Aug 5, 2023
1 parent aa25c0d commit 24a3ebb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ 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.9-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 8.1 and 8.2 hang forever with python 3.11.
- { 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" }

name: Build & Test using Docker
steps:
Expand Down

0 comments on commit 24a3ebb

Please sign in to comment.