Skip to content

Commit 983492e

Browse files
authored
Merge pull request #42 from emic/update-tests
Update tests
2 parents 50d2aef + 4a036e0 commit 983492e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
/composer.lock export-ignore
1414
/package.json export-ignore
1515
/phpcs.xml export-ignore
16-
/phpunit.xml export-ignore
16+
/phpunit.xml export-ignore
17+
/docker-compose.yaml export-ignore

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
18-
wordpress-version: [ '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7' ]
18+
wordpress-version: [ '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7', '6.8', '6.9' ]
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
- name: Test

0 commit comments

Comments
 (0)