diff --git a/.github/workflows/php-8.1-couch-mongo.yml b/.github/workflows/php-8.1-couch-mongo.yml index ba2b953..f851323 100644 --- a/.github/workflows/php-8.1-couch-mongo.yml +++ b/.github/workflows/php-8.1-couch-mongo.yml @@ -28,5 +28,5 @@ jobs: steps: - uses: actions/checkout@v2 - run: | - curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh - goss --gossfile 8.1-couch-mongo/goss.yaml validate \ No newline at end of file + curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh + goss --gossfile 8.1-couch-mongo/goss.yaml validate \ No newline at end of file diff --git a/.github/workflows/php-8.1-publish.yml b/.github/workflows/php-8.1-publish.yml index c7a3a24..2b8b347 100644 --- a/.github/workflows/php-8.1-publish.yml +++ b/.github/workflows/php-8.1-publish.yml @@ -26,5 +26,5 @@ jobs: steps: - uses: actions/checkout@v2 - run: | - curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh - goss --gossfile 8.1/goss.yaml validate \ No newline at end of file + curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh + goss --gossfile 8.1/goss.yaml validate \ No newline at end of file diff --git a/.github/workflows/php-8.2-publish.yml b/.github/workflows/php-8.2-publish.yml index ee289e9..ddace2b 100644 --- a/.github/workflows/php-8.2-publish.yml +++ b/.github/workflows/php-8.2-publish.yml @@ -26,5 +26,5 @@ jobs: steps: - uses: actions/checkout@v2 - run: | - curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh - goss --gossfile 8.2/goss.yaml validate \ No newline at end of file + curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh + goss --gossfile 8.2/goss.yaml validate \ No newline at end of file diff --git a/.github/workflows/php-8.3-publish.yml b/.github/workflows/php-8.3-publish.yml index 6b4fef0..580c43b 100644 --- a/.github/workflows/php-8.3-publish.yml +++ b/.github/workflows/php-8.3-publish.yml @@ -26,5 +26,5 @@ jobs: steps: - uses: actions/checkout@v2 - run: | - curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh - goss --gossfile 8.3/goss.yaml validate \ No newline at end of file + curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh + goss --gossfile 8.3/goss.yaml validate \ No newline at end of file