xref: /plugin/combo/.github/workflows/php-test-on-pull-request.yml (revision faf7c2b799f196b703976ebb9f95468147d3ece2)
1name: PHP Tests started on Pull Request
2
3on:
4  pull_request:
5    branches: [ "main" ]
6
7jobs:
8  call-test-workflow:
9    uses: ./.github/workflows/reusable-php-test-github.yml
10    with:
11      versions: "['8.2']"
12