Skip to content

Commit

Permalink
Merge pull request #739 from Roave/renovate/shivammathur-setup-php-ro…
Browse files Browse the repository at this point in the history
…llback

Roll back shivammathur/setup-php action to 2.24.0
  • Loading branch information
Ocramius committed Feb 26, 2023
2 parents 40956d5 + 113c7c7 commit e9fa426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
uses: "shivammathur/setup-php@2.24.0"
with:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
uses: "shivammathur/setup-php@2.24.0"
with:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-phar.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit e9fa426

Please sign in to comment.