xref: /plugin/combo/.github/workflows/php-test-on-pull-request.yml (revision d8add9b6d6dddc5a1630f969f72a7f91a2da8f6d)
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/php-test-reusable.yml
10    secrets: inherit
11    with:
12      versions: "['8.2']"
13