mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
add multiple python versions
This commit is contained in:
parent
c6b05f781a
commit
580d55fb68
1 changed files with 3 additions and 0 deletions
3
.github/workflows/python-app.yml
vendored
3
.github/workflows/python-app.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
|||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue