Skip to content

Commit

Permalink
Merge pull request #166 from pytest-dev/update_matrix_3_12
Browse files Browse the repository at this point in the history
update matrix
  • Loading branch information
altendky authored Mar 18, 2024
2 parents 73b8e42 + d2339bb commit 6bed85b
Showing 1 changed file with 30 additions and 12 deletions.
42 changes: 30 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,18 @@ jobs:
container:
"2.7": docker://python:2.7-buster
"3.5": docker://python:3.5-buster
"3.6": docker://python:3.6-buster
"3.7": docker://python:3.7-buster
"3.8": docker://python:3.8-buster
"3.9": docker://python:3.9-buster
"3.10": docker://python:3.10-buster
"3.11": docker://python:3.11-buster
"pypy2.7": docker://pypy:2.7-buster
"pypy3.7": docker://pypy:3.7-buster
"pypy3.8": docker://pypy:3.8-buster
"pypy3.9": docker://pypy:3.9-buster
"3.6": docker://python:3.6-bullseye
"3.7": docker://python:3.7-bookworm
"3.8": docker://python:3.8-bookworm
"3.9": docker://python:3.9-bookworm
"3.10": docker://python:3.10-bookworm
"3.11": docker://python:3.11-bookworm
"3.12": docker://python:3.12-bookworm
"pypy2.7": docker://pypy:2.7-bookworm
"pypy3.7": docker://pypy:3.7-bullseye
"pypy3.8": docker://pypy:3.8-bookworm
"pypy3.9": docker://pypy:3.9-bookworm
"pypy3.10": docker://pypy:3.10-bookworm
- name: 🪟
runs-on: windows-latest
python_platform: win32
Expand Down Expand Up @@ -100,6 +102,12 @@ jobs:
docker: "3.11"
implementation: cpython
major: 3
- name: CPython 3.12
tox: py312
action: "3.12"
docker: "3.12"
implementation: cpython
major: 3
# disabled due to installation failures
# https://github.com/pytest-dev/pytest-twisted/pull/157
# - name: PyPy 2.7
Expand All @@ -126,6 +134,12 @@ jobs:
docker: pypy3.9
implementation: pypy
major: 3
- name: PyPy 3.10
tox: pypy310
action: pypy-3.10
docker: pypy3.10
implementation: pypy
major: 3
reactor:
- name: default
tox: default
Expand Down Expand Up @@ -160,6 +174,10 @@ jobs:
action: "3.11"
reactor:
tox: pyside2
- python:
action: "3.12"
reactor:
tox: pyside2
- python:
major: 2
reactor:
Expand Down Expand Up @@ -224,8 +242,8 @@ jobs:
strategy:
matrix:
python:
- short: 39
dotted: 3.9
- short: 311
dotted: "3.11"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python.dotted }}
Expand Down

0 comments on commit 6bed85b

Please sign in to comment.