Skip to content

Commit

Permalink
Merge pull request #150 from MedicalMundi/dependabot/github_actions/m…
Browse files Browse the repository at this point in the history
…ain/shivammathur/setup-php-2.32.0

github-actions(deps): bump shivammathur/setup-php from 2.31.1 to 2.32.0
  • Loading branch information
zerai authored Jan 9, 2025
2 parents e1e2ddf + 444e1df commit fcf8ec7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/acceptance-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
restore-keys: ${{ steps.cache-php-extensions.outputs.key }}

- name: Setup PHP
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ matrix.php }}
extensions: ${{ env.PHP_EXTENSIONS }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
restore-keys: ${{ steps.cache-php-extensions.outputs.key }}

- name: Setup PHP
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ matrix.php }}
extensions: ${{ env.PHP_EXTENSIONS }}
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
restore-keys: ${{ steps.cache-php-extensions.outputs.key }}

- name: Setup PHP
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ matrix.php }}
extensions: ${{ env.PHP_EXTENSIONS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commit-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
restore-keys: ${{ steps.cache-php-extensions.outputs.key }}

- name: Setup PHP
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ matrix.php }}
extensions: ${{ env.PHP_EXTENSIONS }}
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
restore-keys: ${{ steps.cache-php-extensions.outputs.key }}

- name: Setup PHP
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ matrix.php }}
extensions: ${{ env.PHP_EXTENSIONS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-on-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: crazy-max/ghaction-dump-context@v2

- name: Setup PHP
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: '8.1'
tools: composer
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
uses: crazy-max/ghaction-dump-context@v2

- name: Setup PHP
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: '8.1'
tools: composer
Expand Down

0 comments on commit fcf8ec7

Please sign in to comment.