different matrix approach
This commit is contained in:
parent
3961571b4c
commit
12bd468c7c
1 changed files with 2 additions and 5 deletions
|
@ -37,14 +37,11 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ "3.9.19", "3.10.16", "3.11.11", "3.12.9", "3.13.2" ]
|
container: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
|
||||||
|
container: forgejo.neshweb.net/ci-docker-images/python-neshweb:${{ matrix.container }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
python --version
|
python --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue