Skip to content

Commit a6e2bd7

Browse files
committed
Merge branch 'chore/wp-6.9-support' of https://github.com/wpengine/faustjs into chore/wp-6.9-support
2 parents 26dfb3d + e7c24e7 commit a6e2bd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-test-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
wordpress: [ '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2']
16+
wordpress: [ '6.9', '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2']
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4

plugins/faustwp/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
links:
1212
- db
1313
environment:
14-
WP_VERSION: ${WP_VERSION:-6.8}
14+
WP_VERSION: ${WP_VERSION:-6.9}
1515
WORDPRESS_DB_HOST: db
1616
WORDPRESS_DB_NAME: wordpress
1717
WORDPRESS_DB_USER: root

0 commit comments

Comments
 (0)