diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d717271..b35f3f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: matrix: operating-system: [ubuntu-24.04] php-versions: ['7.4'] - wp-versions: ['latest'] + wp-versions: ['5.9', 'latest'] name: WP ${{ matrix.wp-versions }} with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}. @@ -80,6 +80,9 @@ jobs: } EOF + - name: View .wp-env.override.json + run: cat .wp-env.override.json + - name: Starting WP ENV run: npm run wp-env:start