Skip to content

Bump mikefarah/yq from v4.35.2 to v4.40.3 (#17) #163

Bump mikefarah/yq from v4.35.2 to v4.40.3 (#17)

Bump mikefarah/yq from v4.35.2 to v4.40.3 (#17) #163

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- uses: ./
with:
dependencies-yml: ./fixtures/dependencies.yml
output-file: ./fixtures/PHP_EXTENSION_VERSIONS
dry-run: true
- run: bash ./bin/test-textfile.sh ./fixtures/PHP_EXTENSION_VERSIONS
- run: bash ./bin/validate-dependencies-yml-schema.sh ./fixtures/dependencies.yml
- run: bash ./bin/test-dependencies-yml.sh ./fixtures/dependencies.yml