Skip to content

Commit 881c58e

Browse files
authored
Merge pull request #204 from maxmind/dependabot/github_actions/shivammathur/setup-php-2.34.0
Bump shivammathur/setup-php from 2.33.0 to 2.34.0
2 parents 4e51a36 + 98897c2 commit 881c58e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
17+
uses: shivammathur/setup-php@27853eb8b46dc01c33bf9fef67d98df2683c3be2 # 2.34.0
1818
with:
1919
php-version: 8.2
2020
tools: composer

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: "PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}"
1919
steps:
2020
- name: Setup PHP
21-
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
21+
uses: shivammathur/setup-php@27853eb8b46dc01c33bf9fef67d98df2683c3be2 # 2.34.0
2222
with:
2323
php-version: ${{ matrix.php-versions }}
2424
ini-file: development

0 commit comments

Comments
 (0)