Skip to content

Commit

Permalink
Pin setup-php action version. (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe authored May 4, 2022
1 parent 2010c34 commit 4158d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@master

- name: Setup PHP
uses: shivammathur/setup-php@master
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@master

- name: Setup PHP
uses: shivammathur/setup-php@master
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: xdebug
Expand Down

0 comments on commit 4158d88

Please sign in to comment.