Skip to content

Commit

Permalink
Merge pull request phpmd#1013 from DannyvdSluijs/IncludePHP82InAction…
Browse files Browse the repository at this point in the history
…Matrix

ci: Include PHP 8.2 in Actions matrix
  • Loading branch information
kylekatarnls committed Jun 20, 2023
2 parents 957fe4b + ba2b178 commit d7ba679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
php: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1]
php: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- dependency-version: prefer-lowest
Expand Down

0 comments on commit d7ba679

Please sign in to comment.