Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php from 2.27.0 to 2.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent a39a179 commit bc77ab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.0"
uses: "shivammathur/setup-php@2.27.1"
with:
php-version: "latest"
coverage: "none"
Expand All @@ -53,7 +53,7 @@ jobs:
uses: "actions/checkout@v4.1.1"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.0"
uses: "shivammathur/setup-php@2.27.1"
with:
php-version: "latest"
coverage: "none"
Expand All @@ -74,7 +74,7 @@ jobs:
uses: "actions/checkout@v4.1.1"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.0"
uses: "shivammathur/setup-php@2.27.1"
with:
php-version: "latest"
coverage: "none"
Expand Down

0 comments on commit bc77ab1

Please sign in to comment.