Skip to content

Commit 7953fad

Browse files
author
Phil Varner
committed
add python matrix testing
1 parent 84adcfd commit 7953fad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/cicd.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
ES_JAVA_OPTS: -Xms512m -Xmx1g
4747
ports:
4848
- 9400:9400
49+
strategy:
50+
matrix:
51+
python-version: [ "3.8", "3.9", "3.10" ]
52+
53+
name: Python ${{ matrix.python-version }} testing
4954

5055
steps:
5156
- name: Check out repository code
@@ -55,8 +60,7 @@ jobs:
5560
- name: Setup Python
5661
uses: actions/setup-python@v3
5762
with:
58-
python-version: "3.10"
59-
63+
python-version: ${{ matrix.python-version }}
6064
- name: Lint code
6165
uses: pre-commit/[email protected]
6266

0 commit comments

Comments
 (0)