Skip to content

Commit

Permalink
Merge pull request #379 from cookieguru/patch-2
Browse files Browse the repository at this point in the history
Do not run Pull Request unit tests on unsupported versions
  • Loading branch information
pgrimaud committed Apr 19, 2024
2 parents f3aa629 + 1e5e980 commit f63fbc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:

strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

steps:
- name: "Init repository"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Setup PHP"
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit f63fbc2

Please sign in to comment.