Explorar el Código

added python 3.6

Manfred Kaiser hace 4 años
padre
commit
47cda35584
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      .github/workflows/applications.yml

+ 3 - 2
.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