Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php from 2.28.0 to 2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 2b60bb6 commit 36d3c32
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 @@ -30,7 +30,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.29.0"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand All @@ -54,7 +54,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.29.0"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand All @@ -79,7 +79,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.29.0"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand All @@ -106,7 +106,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.29.0"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.29.0"
with:
php-version: "${{ matrix.php }}"
extensions: "bcmath, ctype, gmp"
Expand Down

0 comments on commit 36d3c32

Please sign in to comment.