Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-31 07:07:15 +0300
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-31 07:08:17 +0300
commit697c10251ed4e94bf5879997a437505babf463b5 (patch)
tree9641c81076af54914767015eef67495a7cfa5421
parent5c85eb5b587a6025b6d6b3d92da0eeedcac674cb (diff)
Bump shivammathur/setup-php from 2.21.2 to 2.22.0HEADmaster
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.21.2 to 2.22.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.21.2...2.22.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 987364cd..137f9a41 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- name: Use PHP ${{ matrix.php }}
- uses: shivammathur/setup-php@2.21.2
+ uses: shivammathur/setup-php@2.22.0
with:
php-version: ${{ matrix.php }}
extensions: mbstring, curl, zip, dom, simplexml, intl, pdo_mysql