Skip to content

Commit

Permalink
Enable unit testing with PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkamp committed Jul 24, 2023
1 parent d0fff0e commit e1af152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
wp-version: ${{ needs.GetMatrix.outputs.latest-wp-version }}
- php: 8.1
wp-version: ${{ needs.GetMatrix.outputs.latest-wp-version }}
- php: 8.2
wp-version: ${{ needs.GetMatrix.outputs.latest-wp-version }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit e1af152

Please sign in to comment.