Skip to content

Commit

Permalink
Merge pull request #489 from sjinks/renovate/shivammathur-setup-php-2.x
Browse files Browse the repository at this point in the history
chore(deps): update shivammathur/setup-php action to v2.25.3
  • Loading branch information
sjinks authored Jun 12, 2023
2 parents 7c7b988 + 0a94cc4 commit 4f76efa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Set up PHP
uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # 2.25.2
uses: shivammathur/setup-php@8cac79fdb158907c5fbc74b91c90342b86f9bdf5 # 2.25.3
with:
php-version: ${{ matrix.php }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm ci

- name: Set up PHP
uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # 2.25.2
uses: shivammathur/setup-php@8cac79fdb158907c5fbc74b91c90342b86f9bdf5 # 2.25.3

- name: Install Composer Dependencies
uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6 # 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Set up PHP
uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # 2.25.2
uses: shivammathur/setup-php@8cac79fdb158907c5fbc74b91c90342b86f9bdf5 # 2.25.3
with:
coverage: none
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Set up PHP
uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # 2.25.2
uses: shivammathur/setup-php@8cac79fdb158907c5fbc74b91c90342b86f9bdf5 # 2.25.3
with:
coverage: none

Expand Down

0 comments on commit 4f76efa

Please sign in to comment.