Skip to content

Commit

Permalink
Updated shivammathur/setup-php to 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr576 committed Mar 3, 2024
1 parent aa28f8f commit 653f322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# uses: "actions/checkout@v3"
#
# - name: "Install PHP"
# uses: "shivammathur/setup-php@2.25.1"
# uses: "shivammathur/setup-php@2.30.0"
# with:
# coverage: "none"
# php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.1"
uses: "shivammathur/setup-php@2.30.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.1"
uses: "shivammathur/setup-php@2.30.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: "actions/checkout@v3"

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

0 comments on commit 653f322

Please sign in to comment.