expand matrix

This commit is contained in:
James Turk 2023-03-25 03:00:19 -05:00
parent 9192a311a7
commit 06c1494853
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
target: [x86_64] #, x86, aarch64, armv7, s390x, ppc64le]
python-version: ['3.10', '3.11', 'pypy3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy3.9']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
target: [x64, x86]
python-version: ['3.10', '3.11', 'pypy3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy3.9']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
target: [x86_64, aarch64]
python-version: ['3.10', '3.11', 'pypy3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy3.9']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4