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-28 07:08:32 +0300
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-07-28 07:09:29 +0300
commit63041370ecee7c9a1a47ef8e7744fb19ebe800cc (patch)
tree5b510d1bde8a51fe04770e62a87fdcbd4d74e211
parenta98392af6bac45998ac730477cce2ff324155006 (diff)
Bump shivammathur/setup-php from 2.21.0 to 2.21.1
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.21.0 to 2.21.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.21.0...2.21.1) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... 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 c7a586b7..4aff58ad 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.0
+ uses: shivammathur/setup-php@2.21.1
with:
php-version: ${{ matrix.php }}
extensions: mbstring, curl, zip, dom, simplexml, intl, pdo_mysql