Skip to content

Commit a157d86

Browse files
committed
Update python-pytest.yml
1 parent ee1d607 commit a157d86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
build:
11-
name: pytest ${{ matrix.python-version }}
11+
name: pytest ${{ matrix.python-version }}/${{ matrix.mediawiki-version }}
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
1515
python-version: [ '3.7', '3.8', '3.9', '3.10' ] # 3.11-dev
16-
mediawiki-version: [ 'wikibase/wikibase-bundle:1.35.5-wmde.6' ]
16+
mediawiki-version: [ '1.35.5-wmde.6', '1.36.3-wmde.5' ]
1717

1818
steps:
1919
- uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v3
2828
with:
29-
python-version: ${{ matrix.python-version }}
29+
python-version: wikibase/wikibase-bundle:${{ matrix.python-version }}
3030
- name: Cache pip
3131
uses: actions/cache@v2.1.7
3232
with:

0 commit comments

Comments
 (0)