Skip to content

Commit d043882

Browse files
authored
Merge pull request #237 from maxmind/dependabot/github_actions/shivammathur/setup-php-2.37.0
Bump shivammathur/setup-php from 2.36.0 to 2.37.0
2 parents 535861b + 87a6622 commit d043882

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/clang-analyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Setup PHP
17-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
17+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
1818
with:
1919
php-version: 8.4
2020
tools: composer, phpize

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: "PHP Lints"
1515
steps:
1616
- name: Setup PHP
17-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
17+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
1818
with:
1919
php-version: 8.3
2020

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: "PHP ${{ matrix.php-version }} (with ${{ matrix.php-extension }}) test on ${{ matrix.runner }}"
2727
steps:
2828
- name: Install PHP
29-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
29+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
3030
with:
3131
php-version: ${{ matrix.php-version }}
3232
extensions: "mbstring, intl, ${{ matrix.php-extension }}"

0 commit comments

Comments
 (0)