Skip to content

Commit

Permalink
Check override
Browse files Browse the repository at this point in the history
  • Loading branch information
CrochetFeve0251 committed Jul 26, 2024
1 parent bc5c1fe commit 71fa397
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}.

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 71fa397

Please sign in to comment.