Skip to content

Commit

Permalink
ci: test against WordPress 6.2 explicitly
Browse files Browse the repository at this point in the history
Latest now refers to 6.3, so add 6.2 to the build matrix.
  • Loading branch information
stklcode committed Sep 17, 2023
1 parent 944021c commit c49ff94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
wordpress: '6.0'
- php: '8.1'
wordpress: '6.1'
- php: '8.2'
wordpress: '6.2'
- php: '8.2'
wordpress: 'latest'
- php: '8.2'
Expand Down

0 comments on commit c49ff94

Please sign in to comment.