Skip to content

chore(deps): bump dependencies and update composer.json scripts #39

chore(deps): bump dependencies and update composer.json scripts

chore(deps): bump dependencies and update composer.json scripts #39

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
name: "CI"
permissions:
contents: read
actions: read
security-events: write
jobs:
ci:
uses: "WebProject-xyz/.github/.github/workflows/ci.yml@main"
secrets: inherit
with:
test-matrix: |
[
{"php-version": "8.3", "dependencies": "locked", "with_coverage": false},
{"php-version": "8.4", "dependencies": "highest", "with_coverage": false},
{"php-version": "8.5", "dependencies": "highest", "with_coverage": false}
]