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 84c4178 commit 86f7b8c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "latest"
coverage: "none"
Expand All @@ -54,7 +54,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "latest"
coverage: "none"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "latest"
coverage: "none"
Expand All @@ -111,7 +111,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "latest"
coverage: "pcov"
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "${{ matrix.php }}"
coverage: "none"
Expand Down

0 comments on commit 86f7b8c

Please sign in to comment.