mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Run tests on Python 3.9, 3.10, and 3.11 in GHA
This commit is contained in:
parent
9b87a6f06a
commit
39d03a142a
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
# even when there is a failure.
|
# even when there is a failure.
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.9]
|
python-version: ["3.9", "3.10", "3.11"]
|
||||||
node-version: [14.x]
|
node-version: [14.x]
|
||||||
tests:
|
tests:
|
||||||
- ':lint:python:client:common:smoke:'
|
- ':lint:python:client:common:smoke:'
|
||||||
|
Loading…
Reference in New Issue
Block a user