It runs on a docker image on which we cannot control which PHP version runs.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
smb-kerberos-tests:
runs-on: ubuntu-latest
- strategy:
- fail-fast: false
- matrix:
- php-versions: ['8.0', '8.1']
-
- name: kerberos-php${{ matrix.php-versions }}
+ name: kerberos
steps:
- name: Checkout server
echo $CONTENT
CONTENT=$(echo $CONTENT | tr -d '[:space:]')
[[ $CONTENT == "testfile" ]]
-
-
- smb-kerberos-summary:
- runs-on: ubuntu-latest
- needs: smb-kerberos-tests
-
- if: always()
-
- steps:
- - name: Summary status
- run: if ${{ needs.smb-kerberos-tests.result != 'success' }}; then exit 1; fi