Skip to content

Commit efbde18

Browse files
committed
Bump version to 1.9.7
1 parent a571b83 commit efbde18

File tree

6 files changed

+200
-173
lines changed

6 files changed

+200
-173
lines changed

.github/SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The following versions of this project are supported for security updates.
77
| Version | Supported |
88
| ------- | ------------------ |
99
| 1.9.x | :white_check_mark: |
10-
| 2.5.x | :white_check_mark: |
10+
| 2.6.x | :white_check_mark: |
1111

1212
## Supported PHP Versions
1313

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p align="center">
1010
<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>
1212
<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>
1313
<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>
1414
</p>

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,7 @@ const utils = __importStar(__webpack_require__(163));
23872387
async function build(filename, version, os_version) {
23882388
// taking inputs
23892389
const name = 'setup-php';
2390-
const url = 'setup-php.com/support';
2390+
const url = 'https://setup-php.com/support';
23912391
const extension_csv = (await utils.getInput('extensions', false)) ||
23922392
(await utils.getInput('extension', false)) ||
23932393
(await utils.getInput('extension-csv', false));

0 commit comments

Comments
 (0)