Skip to content

chore: Update MongoDB version to v1.16.x (#39) #17

chore: Update MongoDB version to v1.16.x (#39)

chore: Update MongoDB version to v1.16.x (#39) #17

name: php-8.1-publish
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/docker-publish
name: Build and Publish (8.1)
with:
version: 8.1
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-password: ${{ secrets.DOCKER_TOKEN }}
validate:
runs-on: ubuntu-latest
needs: publish
container:
image: kirschbaumdevelopment/laravel-test-runner:8.1
steps:
- uses: actions/checkout@v2
- run: |
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh

Check failure on line 29 in .github/workflows/php-8.1-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/php-8.1-publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 29
goss --gossfile 8.1/goss.yaml validate