Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php from 2.30.0 to 2.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent ad64fd4 commit c849dcd
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 @@ -59,7 +59,7 @@ jobs:
sudo apt-get install -y libcriterion3 libcriterion-dev
- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.30.2"
with:
php-version: "${{ matrix.php }}"
extensions: "intl-${{ matrix.icu }}"
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
valgrind --version
- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.30.2"
with:
php-version: "latest"
extensions: "intl-73.2"
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
sudo apt-get install -y libcriterion3 libcriterion-dev
- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.30.2"
with:
php-version: "${{ matrix.php }}"
extensions: "intl-${{ matrix.icu }}"
Expand Down

0 comments on commit c849dcd

Please sign in to comment.