Skip to content

Commit aa982d2

Browse files
chore: change the working dir / part 2
1 parent 5d84986 commit aa982d2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
# Define a matrix of PHP/WordPress versions to test against
2121
strategy:
2222
matrix:
23-
php: [8.0, 8.3, 8.4]
24-
wordpress: ["6.1", "6.8", "latest"]
23+
php: [8.4]
24+
wordpress: ["6.8"]
2525
multisite: [true, false]
2626
runs-on: ubuntu-latest
2727
# Cancel any existing runs of this workflow
@@ -43,9 +43,7 @@ jobs:
4343
with:
4444
php-version: '${{ matrix.php }}'
4545
wordpress-version: '${{ matrix.wordpress }}'
46-
wordpress-host: 'false'
4746
wordpress-multisite: '${{ matrix.multisite }}'
48-
working-directory: 'plugins/wp-graphql-buddypress'
4947
# This required job ensures that all PR checks have passed before merging.
5048
all-pr-checks-passed:
5149
name: All PR checks passed

0 commit comments

Comments
 (0)