Skip to content

Commit 6b752af

Browse files
authored
Update tests-php.yml
1 parent 4c3fc94 commit 6b752af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests-php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
test-php:
2525
strategy:
2626
matrix:
27-
php_version: [ '8.0', '8.1', '8.2', '8.3' ]
28-
core: [ '6.3','6.4', '6.5', '6.6' ]
27+
php_version: ['8.3']
28+
core: [ '6.7' ]
2929
name: UNIT - WP ${{ matrix.core }} php@${{ matrix.php_version }}
3030
runs-on: ubuntu-22.04
3131
steps:
@@ -69,7 +69,7 @@ jobs:
6969
run: WP_ENV_PHP_VERSION=${{ matrix.php_version }} WP_ENV_CORE=WordPress/WordPress#${{ matrix.core }} npm run env:start-ci
7070

7171
- name: Bash
72-
run: npm run env run tests-wordpress bash && ls -lah && cd / && ls -lah
72+
run: npm run env run tests-wordpress bash && ls -lah && cd / && ls -lah && cd tmp/ && ls -lah
7373

7474
- name: Updates dependencies for tests
7575
run: npm run env run tests-wordpress composer update -- -W --working-dir=/var/www/html/wp-content/plugins/wc-bretagne-2024/

0 commit comments

Comments
 (0)