Skip to content

Commit c65b1e8

Browse files
ci: minor tweaks
1 parent 9cc7fc5 commit c65b1e8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ on:
88

99
jobs:
1010
tests:
11-
name: "WP: ${{ matrix.wp_version }} - PHP: ${{ matrix.php }}"
1211
strategy:
1312
fail-fast: false
1413
matrix:
1514
php: [8.0, 8.1, 8.2, 8.3, 8.4]
1615
object: [true, false]
1716
multisite: [true, false]
18-
wp_version: ['6.1', "6.8", 'latest']
17+
wp_version: ['6.1', '6.8', 'latest']
1918
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
2019
with:
2120
multisite: ${{ matrix.multisite }}
2221
php: ${{ matrix.php }}
2322
wordpress: ${{ matrix.wp_version }}
2423
object-cache: ${{ matrix.object }}
25-
test-suite: 'core-test-suite'
26-
package-directory: 'plugins/wp-graphql-buddypress'
24+
install-core-tests: true
25+
working-directory: 'plugins/wp-graphql-buddypress'

0 commit comments

Comments
 (0)