forked from sizeg/yii2-jwt
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from bizley/dependabot/github_actions/shivamma…
…thur/setup-php-2.17.0 Bump shivammathur/setup-php from 2.16.0 to 2.17.0
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install PHP | ||
uses: shivammathur/setup-php@2.16.0 | ||
uses: shivammathur/setup-php@2.17.0 | ||
with: | ||
php-version: '7.4' | ||
extensions: mbstring, intl | ||
|
@@ -56,7 +56,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install PHP | ||
uses: shivammathur/setup-php@2.16.0 | ||
uses: shivammathur/setup-php@2.17.0 | ||
with: | ||
php-version: ${{ matrix.php }} | ||
extensions: mbstring, intl, mysql | ||
|