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-05-31 07:06:17 +0300
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-05-31 07:07:16 +0300
commit55ed52e7a68bb4a7bc33b3b556935e2d707b88cb (patch)
tree80e2ad49b4bc7ab90addcf81e61d2f1798519822
parentb4364ab78e730b8289d105abec1a93c66a4315c8 (diff)
Bump shivammathur/setup-php from 2.18.1 to 2.19.0
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.18.1 to 2.19.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.18.1...2.19.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 3b25bc51..aeba4d4b 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.18.1
+ uses: shivammathur/setup-php@2.19.0
with:
php-version: ${{ matrix.php }}
extensions: mbstring, curl, zip, dom, simplexml, intl, pdo_mysql