Skip to content

chore(deps): bump type-fest from 5.3.1 to 5.4.3 in the minor-producti… #733

chore(deps): bump type-fest from 5.3.1 to 5.4.3 in the minor-producti…

chore(deps): bump type-fest from 5.3.1 to 5.4.3 in the minor-producti… #733

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