Skip to content

Commit

Permalink
Bump shivammathur/setup-php from 2.30.1 to 2.30.2 (#825)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent f0c52dd commit 03f47bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Setup PHP
uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # v2.30.1
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2.30.2
with:
php-version: '8.2'

Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Setup PHP
uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # v2.30.1
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2.30.2
with:
php-version: '8.3'

Expand All @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Setup PHP
uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # v2.30.1
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2.30.2
with:
php-version: '8.3'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
fetch-depth: 2

- name: Setup PHP
uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # v2.30.1
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2.30.2
with:
php-version: ${{ matrix.php }}
coverage: pcov
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Setup PHP
uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # v2.30.1
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2.30.2
with:
php-version: ${{ matrix.php }}
coverage: pcov
Expand Down

0 comments on commit 03f47bc

Please sign in to comment.