Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php from 2.28.0 to 2.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent abfdca7 commit 25a9a5a
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/checkout@v4.1.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.30.2"
with:
php-version: "latest"
coverage: "none"
Expand All @@ -54,7 +54,7 @@ jobs:
uses: "actions/checkout@v4.1.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.30.2"
with:
php-version: "latest"
coverage: "none"
Expand All @@ -81,7 +81,7 @@ jobs:
uses: "actions/checkout@v4.1.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.30.2"
with:
php-version: "latest"
coverage: "none"
Expand All @@ -107,7 +107,7 @@ jobs:
uses: "actions/checkout@v4.1.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.30.2"
with:
php-version: "latest"
coverage: "pcov"
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
uses: "actions/checkout@v4.1.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.30.2"
with:
php-version: "${{ matrix.php }}"
coverage: "none"
Expand Down

0 comments on commit 25a9a5a

Please sign in to comment.