diff --git a/.github/workflows/test-plugins-against-cockpit.yml b/.github/workflows/test-plugins-against-cockpit.yml index ae3ee8bb..8de29651 100644 --- a/.github/workflows/test-plugins-against-cockpit.yml +++ b/.github/workflows/test-plugins-against-cockpit.yml @@ -20,10 +20,7 @@ jobs: id: collect-shell-versions uses: SoftwareAG/plugins-e2e-setup/collect-shell-versions@main with: - versions-length: 1 - include-deprecated: true - include-latest: true - exact-tags: y2024-lts,1018.0-lts,1011.0-lts,some-non-existing-version-1033 + versions-length: 4 - name: Verify shell versions output run: echo "Collected shell versions ${{ steps.collect-shell-versions.outputs.shell_versions }}"