Skip to content

Commit

Permalink
Update GH PHPunit tests action so that WP matrix includes WP 6.2
Browse files Browse the repository at this point in the history
Closes buddypress/buddypress#80
Fixes #8863



git-svn-id: http://buddypress.svn.wordpress.org/trunk@13445 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
  • Loading branch information
imath committed Apr 2, 2023
1 parent ac65890 commit 17c34f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Expand Up @@ -16,9 +16,9 @@ jobs:
wp_version: ['master']
include:
- php: '8.0'
wp_version: '6.1'
wp_version: '6.2'
- php: '7.4'
wp_version: '6.1'
wp_version: '6.2'
- php: '7.4'
wp_version: '5.8'
env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -44,7 +44,7 @@
},
"require-dev": {
"buddypress/bp-coding-standards": "dev-trunk",
"wp-phpunit/wp-phpunit": "^6.1",
"wp-phpunit/wp-phpunit": "^6.2",
"yoast/phpunit-polyfills": "^1.0.1"
},
"scripts": {
Expand Down

0 comments on commit 17c34f3

Please sign in to comment.