Skip to content

Commit

Permalink
Do not run Pull Request unit tests on unsupported versions
Browse files Browse the repository at this point in the history
4076393 dropped support for PHP
versions < 8.2
  • Loading branch information
cookieguru committed Apr 14, 2024
1 parent 4076393 commit 1e5e980
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 1e5e980

Please sign in to comment.