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 9999 - php : ' 8.0'
100100 wp : ' trunk'
101101 mysql : ' 5.6'
102- - php : ' 5.6 '
103- wp : ' 3.7 '
102+ - php : ' 7.2 '
103+ wp : ' 4.9 '
104104 mysql : ' 5.6'
105105 runs-on : ubuntu-22.04
106106 env :
@@ -117,20 +117,7 @@ jobs:
117117 sudo apt-get update
118118 sudo apt-get install ghostscript -y
119119
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
134121 uses : shivammathur/setup-php@v2
135122 with :
136123 php-version : ' ${{ matrix.php }}'
Original file line number Diff line number Diff line change 88 "homepage" : " https://wp-cli.org" ,
99 "license" : " MIT" ,
1010 "require" : {
11- "php" : " >=5.6 " ,
11+ "php" : " >=7.2.24 " ,
1212 "wp-cli/cache-command" : " ^2" ,
1313 "wp-cli/checksum-command" : " ^2.1" ,
1414 "wp-cli/config-command" : " ^2.1" ,
2626 "wp-cli/maintenance-mode-command" : " ^2" ,
2727 "wp-cli/media-command" : " ^2" ,
2828 "wp-cli/package-command" : " ^2.1" ,
29- "wp-cli/process" : " 5.9.99" ,
3029 "wp-cli/rewrite-command" : " ^2" ,
3130 "wp-cli/role-command" : " ^2" ,
3231 "wp-cli/scaffold-command" : " ^2" ,
5049 "johnpbloch/wordpress-core-installer" : true
5150 },
5251 "platform" : {
53- "php" : " 5.6 "
52+ "php" : " 7.2.24 "
5453 },
5554 "process-timeout" : 7200 ,
5655 "sort-packages" : true
You can’t perform that action at this time.
0 commit comments