Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Bump shivammathur/setup-php from 2.30.0 to 2.30.1 #444

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: "Setup PHP"
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].1
with:
php-version: 7.4
coverage: none
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: "Setup PHP"
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].1
with:
php-version: ${{ env.php-version }}
coverage: none
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
restore-keys: ${{ steps.extcache.outputs.key }}

- name: "Setup PHP"
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].1
with:
php-version: ${{ env.php-version }}
extensions: ${{ env.php-extensions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: "Setup PHP"
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].1
with:
php-version: ${{ env.php-version }}
coverage: none
Expand Down