Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php from 2.31.0 to 2.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 9f52eb4 commit 6c39b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: "actions/checkout@v4.1.7"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.31.0"
uses: "shivammathur/setup-php@2.31.1"
with:
php-version: "latest"
coverage: "none"
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
submodules: true

- name: "Install PHP"
uses: "shivammathur/setup-php@2.31.0"
uses: "shivammathur/setup-php@2.31.1"
with:
php-version: "${{ matrix.php }}"
extensions: "intl-${{ matrix.icu }}"
Expand Down

0 comments on commit 6c39b35

Please sign in to comment.