Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php from 2.25.1 to 2.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 5, 2023
1 parent cb06699 commit 3b1ef97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: "actions/checkout@v3.5.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.1"
uses: "shivammathur/setup-php@2.25.2"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand All @@ -54,7 +54,7 @@ jobs:
uses: "actions/checkout@v3.5.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.1"
uses: "shivammathur/setup-php@2.25.2"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand All @@ -79,7 +79,7 @@ jobs:
uses: "actions/checkout@v3.5.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.1"
uses: "shivammathur/setup-php@2.25.2"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: "actions/checkout@v3.5.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.1"
uses: "shivammathur/setup-php@2.25.2"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
uses: "actions/checkout@v3.5.2"

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

0 comments on commit 3b1ef97

Please sign in to comment.