Skip to content

chore(deps): pin webproject-xyz/.github action to e5d84c6 #40

chore(deps): pin webproject-xyz/.github action to e5d84c6

chore(deps): pin webproject-xyz/.github action to e5d84c6 #40

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@e5d84c6e0598bc59713103679e01422d9ae0bd43" # 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}
]