File tree 6 files changed +200
-173
lines changed
6 files changed +200
-173
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The following versions of this project are supported for security updates.
7
7
| Version | Supported |
8
8
| ------- | ------------------ |
9
9
| 1.9.x | :white_check_mark : |
10
- | 2.5 .x | :white_check_mark : |
10
+ | 2.6 .x | :white_check_mark : |
11
11
12
12
## Supported PHP Versions
13
13
Original file line number Diff line number Diff line change 8
8
9
9
<p align =" center " >
10
10
<a href =" https://github.com/shivammathur/setup-php " title =" GitHub action to setup PHP " ><img alt =" GitHub Actions status " src =" https://github.com/shivammathur/setup-php/workflows/Main%20workflow/badge.svg " ></a >
11
- <a href =" https://codecov.io/gh/shivammathur/setup-php " title =" Code coverage " ><img alt =" Codecov Code Coverage " src =" https://codecov. io/gh/ shivammathur/setup-php/branch/master/graph/badge.svg " ></a >
11
+ <a href =" https://codecov.io/gh/shivammathur/setup-php " title =" Code coverage " ><img alt =" Codecov Code Coverage " src =" https://img.shields. io/codecov/c/github/ shivammathur/setup-php?logo=codecov " ></a >
12
12
<a href =" https://github.com/shivammathur/setup-php/blob/master/LICENSE " title =" license " ><img alt =" LICENSE " src =" https://img.shields.io/badge/license-MIT-428f7e.svg " ></a >
13
13
<a href =" #tada-php-support " title =" PHP Versions Supported " ><img alt =" PHP Versions Supported " src =" https://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg " ></a >
14
14
</p >
Original file line number Diff line number Diff line change @@ -2387,7 +2387,7 @@ const utils = __importStar(__webpack_require__(163));
2387
2387
async function build ( filename , version , os_version ) {
2388
2388
// taking inputs
2389
2389
const name = 'setup-php' ;
2390
- const url = 'setup-php.com/support' ;
2390
+ const url = 'https:// setup-php.com/support' ;
2391
2391
const extension_csv = ( await utils . getInput ( 'extensions' , false ) ) ||
2392
2392
( await utils . getInput ( 'extension' , false ) ) ||
2393
2393
( await utils . getInput ( 'extension-csv' , false ) ) ;
You can’t perform that action at this time.
0 commit comments