File tree Expand file tree Collapse file tree 5 files changed +2152
-1048
lines changed Expand file tree Collapse file tree 5 files changed +2152
-1048
lines changed Original file line number Diff line number Diff line change 99
99
- php : ' 8.0'
100
100
wp : ' trunk'
101
101
mysql : ' 5.6'
102
- - php : ' 5.6 '
103
- wp : ' 3.7 '
102
+ - php : ' 7.2 '
103
+ wp : ' 4.9 '
104
104
mysql : ' 5.6'
105
105
runs-on : ubuntu-22.04
106
106
env :
@@ -117,20 +117,7 @@ jobs:
117
117
sudo apt-get update
118
118
sudo apt-get install ghostscript -y
119
119
120
- - name : Set up PHP environment (PHP 5.6 - 7.1)
121
- if : ${{ matrix.php < '7.2' }}
122
- uses : shivammathur/setup-php@v2
123
- with :
124
- php-version : ' ${{ matrix.php }}'
125
- extensions : imagick, mysql, zip
126
- coverage : none
127
- tools : composer:2.2
128
- env :
129
- COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
130
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
131
-
132
- - name : Set up PHP environment (PHP 7.2+)
133
- if : ${{ matrix.php >= '7.2' }}
120
+ - name : Set up PHP environment
134
121
uses : shivammathur/setup-php@v2
135
122
with :
136
123
php-version : ' ${{ matrix.php }}'
Original file line number Diff line number Diff line change 8
8
"homepage" : " https://wp-cli.org" ,
9
9
"license" : " MIT" ,
10
10
"require" : {
11
- "php" : " >=5.6 " ,
11
+ "php" : " >=7.2.24 " ,
12
12
"wp-cli/cache-command" : " ^2" ,
13
13
"wp-cli/checksum-command" : " ^2.1" ,
14
14
"wp-cli/config-command" : " ^2.1" ,
26
26
"wp-cli/maintenance-mode-command" : " ^2" ,
27
27
"wp-cli/media-command" : " ^2" ,
28
28
"wp-cli/package-command" : " ^2.1" ,
29
- "wp-cli/process" : " 5.9.99" ,
30
29
"wp-cli/rewrite-command" : " ^2" ,
31
30
"wp-cli/role-command" : " ^2" ,
32
31
"wp-cli/scaffold-command" : " ^2" ,
50
49
"johnpbloch/wordpress-core-installer" : true
51
50
},
52
51
"platform" : {
53
- "php" : " 5.6 "
52
+ "php" : " 7.2.24 "
54
53
},
55
54
"process-timeout" : 7200 ,
56
55
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments