|
@@ -11,7 +11,7 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
strategy:
|
|
strategy:
|
|
|
matrix:
|
|
matrix:
|
|
|
- version: ['2.7', '3.5', '3.6']
|
|
|
|
|
|
|
+ version: ['2.7', '3.7', '3.9']
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
@@ -40,7 +40,7 @@ jobs:
|
|
|
./xonsh-x86_64.AppImage -c 'import xonsh'
|
|
./xonsh-x86_64.AppImage -c 'import xonsh'
|
|
|
|
|
|
|
|
- name: Test ssh-mitm
|
|
- name: Test ssh-mitm
|
|
|
- if: ${{ matrix.version == '3.6' }}
|
|
|
|
|
|
|
+ if: ${{ matrix.version == '3.9' }}
|
|
|
run: |
|
|
run: |
|
|
|
python -m python_appimage build app applications/ssh-mitm
|
|
python -m python_appimage build app applications/ssh-mitm
|
|
|
test -e ssh-mitm-x86_64.AppImage
|
|
test -e ssh-mitm-x86_64.AppImage
|