-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update shivammathur/setup-php action to v2.25.5 (#388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4d90c40
commit 9616a4a
Showing
2 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
- name: Setup PHP | ||
uses: shivammathur/[email protected].4 | ||
uses: shivammathur/[email protected].5 | ||
with: | ||
php-version: 8.1 | ||
extensions: mbstring, dom, intl, iconv | ||
|
@@ -40,7 +40,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
- name: Setup PHP | ||
uses: shivammathur/[email protected].4 | ||
uses: shivammathur/[email protected].5 | ||
with: | ||
php-version: 8.1 | ||
extensions: mbstring, dom, intl | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Setup PHP | ||
uses: shivammathur/[email protected].4 | ||
uses: shivammathur/[email protected].5 | ||
with: | ||
php-version: ${{ matrix.php-versions }} | ||
extensions: mbstring, dom, intl, iconv | ||
|
@@ -57,7 +57,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Setup PHP | ||
uses: shivammathur/[email protected].4 | ||
uses: shivammathur/[email protected].5 | ||
with: | ||
php-version: '8.1' | ||
extensions: mbstring, dom, intl, iconv | ||
|
@@ -96,7 +96,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup PHP | ||
uses: shivammathur/[email protected].4 | ||
uses: shivammathur/[email protected].5 | ||
with: | ||
php-version: 8.1 | ||
extensions: mbstring, dom, intl, iconv | ||
|