Skip to content

Bump symfony/process from 6.4.7 to 6.4.14 #10

Bump symfony/process from 6.4.7 to 6.4.14

Bump symfony/process from 6.4.7 to 6.4.14 #10

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- name: PHPUnit tests
uses: php-actions/phpunit@v3
with:
version: "9"