Skip to content

Commit

Permalink
ci: run tests against WP 6.2.x (#4762)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks authored Aug 16, 2023
1 parent 929c89f commit 419240e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- { wp: latest, ms: 'no', jp: 'no', php: '7.4', phpunit: 7 }
- { wp: latest, ms: 'yes', jp: 'no', php: '7.4', phpunit: 7 }
# PHP 8.0, Jetpack
- { wp: 6.2.x, ms: 'no', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.2.x, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: latest, ms: 'no', jp: 'yes', php: '8.0', phpunit: '', coverage: 'yes' }
- { wp: latest, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '', coverage: 'yes' }
- { wp: nightly, ms: 'no', jp: 'yes', php: '8.0', phpunit: '' }
Expand Down

0 comments on commit 419240e

Please sign in to comment.