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-07-06 07:08:12 +0300
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-07-06 07:09:18 +0300
commitbdc1cb246397747355682a4bbe617458d9646b32 (patch)
treeb1dd7e9062f9ef055d3ff60beedb5a9a37ac38e4
parent5dbea36614262bbada5c6118c9f60d111d6a0e16 (diff)
Bump shivammathur/setup-php from 2.19.1 to 2.20.0
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.19.1 to 2.20.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.19.1...2.20.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 dcf3a793..d1c6852d 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.19.1
+ uses: shivammathur/setup-php@2.20.0
with:
php-version: ${{ matrix.php }}
extensions: mbstring, curl, zip, dom, simplexml, intl, pdo_mysql