Skip to content

chore(deps-dev): bump js-yaml from 4.2.0 to 4.3.1 (#350) #848

chore(deps-dev): bump js-yaml from 4.2.0 to 4.3.1 (#350)

chore(deps-dev): bump js-yaml from 4.2.0 to 4.3.1 (#350) #848

name: Integrations (PHP)
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Run tests
run: docker compose run integration_php
- name: Cleanup
if: always()
run: docker compose down