Bump shivammathur/setup-php in the github-actions group (#6591)

This commit is contained in:
dependabot[bot] 2025-01-04 22:26:14 +00:00 committed by GitHub
parent da62eb9f33
commit 4a4572131f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup PHP and tools - name: Setup PHP and tools
uses: shivammathur/setup-php@2.31.1 uses: shivammathur/setup-php@2.32.0
with: with:
php-version: 8.2 php-version: 8.2

View File

@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@2.31.1 uses: shivammathur/setup-php@2.32.0
with: with:
php-version: 8.2 php-version: 8.2

View File

@ -87,7 +87,7 @@ jobs:
submodules: true submodules: true
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@2.31.1 uses: shivammathur/setup-php@2.32.0
with: with:
php-version: ${{ env.PHP_VERSION }} php-version: ${{ env.PHP_VERSION }}

View File

@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup PHP and tools - name: Setup PHP and tools
uses: shivammathur/setup-php@2.31.1 uses: shivammathur/setup-php@2.32.0
with: with:
php-version: 8.2 php-version: 8.2
tools: php-cs-fixer:3.49 tools: php-cs-fixer:3.49