File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
test-php :
25
25
strategy :
26
26
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 ' ]
29
29
name : UNIT - WP ${{ matrix.core }} php@${{ matrix.php_version }}
30
30
runs-on : ubuntu-22.04
31
31
steps :
69
69
run : WP_ENV_PHP_VERSION=${{ matrix.php_version }} WP_ENV_CORE=WordPress/WordPress#${{ matrix.core }} npm run env:start-ci
70
70
71
71
- 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
73
73
74
74
- name : Updates dependencies for tests
75
75
run : npm run env run tests-wordpress composer update -- -W --working-dir=/var/www/html/wp-content/plugins/wc-bretagne-2024/
You can’t perform that action at this time.
0 commit comments