Skip to content

Commit

Permalink
Update dependency on setup-php
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 621030474
  • Loading branch information
mkruskal-google authored and copybara-github committed Apr 2, 2024
1 parent acdc89a commit a916d44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_php.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: PHP Tests


on:
workflow_call:
inputs:
Expand Down Expand Up @@ -171,7 +172,7 @@ jobs:
run: brew install coreutils gd

- name: Pin PHP version
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # 2.30.0
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # 2.30.2
with:
php-version: ${{ matrix.version }}

Expand Down

0 comments on commit a916d44

Please sign in to comment.