File tree Expand file tree Collapse file tree 2 files changed +38
-22
lines changed Expand file tree Collapse file tree 2 files changed +38
-22
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,24 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- php-versions : [
16
- ' 7.4' ,
17
- ' 8.0'
18
- ]
19
- wp-versions : [
20
- ' WordPress#6.1.3' ,
21
- ' WordPress#6.2.2' ,
22
- ' WordPress'
23
- ]
24
- name : PHP ${{ matrix.php-versions }} / ${{ matrix.wp-versions }} Test
15
+ include :
16
+ - php : ' 7.4'
17
+ wp : WordPress
18
+ - php : ' 7.4'
19
+ wp : WordPress#6.2.2
20
+ - php : ' 7.4'
21
+ wp : WordPress#6.1.3
22
+ - php : ' 8.0'
23
+ wp : WordPress
24
+ - php : ' 8.0'
25
+ wp : WordPress#6.2.2
26
+ - php : ' 8.0'
27
+ wp : WordPress#6.1.3
28
+ - php : ' 8.2'
29
+ wp : WordPress
30
+ - php : ' 8.2'
31
+ wp : WordPress#6.2.2
32
+ name : PHP ${{ matrix.php }} / ${{ matrix.wp }} Test
25
33
26
34
steps :
27
35
- uses : actions/checkout@v3
46
54
47
55
- name : Install WordPress
48
56
run : |
49
- WP_ENV_CORE=WordPress/${{ matrix.wp-versions }} WP_ENV_PHP_VERSION=${{ matrix.php-versions }} npm run wp-env start
57
+ WP_ENV_CORE=WordPress/${{ matrix.wp }} WP_ENV_PHP_VERSION=${{ matrix.php }} npm run wp-env start
50
58
npm run wp-env run cli wp core version
51
59
npm run wp-env run cli wp cli info
52
60
Original file line number Diff line number Diff line change @@ -15,16 +15,24 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
strategy :
17
17
matrix :
18
- php-versions : [
19
- ' 7.4' ,
20
- ' 8.0'
21
- ]
22
- wp-versions : [
23
- ' WordPress#6.1.3' ,
24
- ' WordPress#6.2.2' ,
25
- ' WordPress'
26
- ]
27
- name : PHP ${{ matrix.php-versions }} / ${{ matrix.wp-versions }} Test
18
+ include :
19
+ - php : ' 7.4'
20
+ wp : WordPress
21
+ - php : ' 7.4'
22
+ wp : WordPress#6.2.2
23
+ - php : ' 7.4'
24
+ wp : WordPress#6.1.3
25
+ - php : ' 8.0'
26
+ wp : WordPress
27
+ - php : ' 8.0'
28
+ wp : WordPress#6.2.2
29
+ - php : ' 8.0'
30
+ wp : WordPress#6.1.3
31
+ - php : ' 8.2'
32
+ wp : WordPress
33
+ - php : ' 8.2'
34
+ wp : WordPress#6.2.2
35
+ name : PHP ${{ matrix.php }} / ${{ matrix.wp }} Test
28
36
29
37
steps :
30
38
- uses : actions/checkout@v3
49
57
50
58
- name : Install WordPress
51
59
run : |
52
- WP_ENV_CORE=WordPress/${{ matrix.wp-versions }} WP_ENV_PHP_VERSION=${{ matrix.php-versions }} npm run wp-env start
60
+ WP_ENV_CORE=WordPress/${{ matrix.wp }} WP_ENV_PHP_VERSION=${{ matrix.php }} npm run wp-env start
53
61
npm run wp-env run cli wp core version
54
62
npm run wp-env run cli wp cli info
55
63
You can’t perform that action at this time.
0 commit comments