From 47cda355847cb1aa123dd3842ad658aa30132b8c Mon Sep 17 00:00:00 2001 From: Manfred Kaiser Date: Tue, 8 Jun 2021 15:56:13 +0200 Subject: [PATCH] added python 3.6 --- .github/workflows/applications.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index 6262f84..c260693 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['2.7', '3.5'] + version: ['2.7', '3.5', '3.6'] steps: - uses: actions/checkout@v2 @@ -40,7 +40,8 @@ jobs: ./xonsh-x86_64.AppImage -c 'import xonsh' - name: Test ssh-mitm + if: ${{ matrix.version == '3.6' }} run: | python -m python_appimage build app applications/ssh-mitm test -e ssh-mitm-x86_64.AppImage - ./ssh-mitm-x86_64.AppImage --help' + ./ssh-mitm-x86_64.AppImage --help