Skip to content

Commit af62091

Browse files
committed
Do not run matrix of Python versions
1 parent 21f8138 commit af62091

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/backend.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,9 @@ jobs:
3636
test:
3737
name: "Backend: Test"
3838
uses: plone/meta/.github/workflows/backend-pytest.yml@2.x
39-
strategy:
40-
matrix:
41-
python-version: ["3.13", "3.12", "3.11", "3.10"]
42-
plone-version: ["6.1-latest", "6.0-latest"]
4339
with:
44-
python-version: ${{ matrix.python-version }}
45-
plone-version: ${{ matrix.plone-version }}
40+
python-version: ${{ inputs.python-version }}
41+
plone-version: ${{ inputs.plone-version }}
4642
working-directory: ${{ inputs.working-directory }}
4743

4844
coverage:
@@ -75,6 +71,7 @@ jobs:
7571
secrets:
7672
username: ${{ github.actor }}
7773
password: ${{ secrets.GITHUB_TOKEN }}
74+
7875
report:
7976
name: "Final report"
8077
if: ${{ always() }}

0 commit comments

Comments
 (0)