Skip to content

Commit e9fa426

Browse files
authored
Merge pull request #739 from Roave/renovate/shivammathur-setup-php-rollback
Roll back shivammathur/setup-php action to 2.24.0
2 parents 40956d5 + 113c7c7 commit e9fa426

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858

5959
- name: "Install PHP"
60-
uses: "shivammathur/setup-php@v2"
60+
uses: "shivammathur/setup-php@2.24.0"
6161
with:
6262
php-version: "${{ matrix.php-version }}"
6363
ini-values: memory_limit=-1
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: "Install PHP"
112-
uses: "shivammathur/setup-php@v2"
112+
uses: "shivammathur/setup-php@2.24.0"
113113
with:
114114
php-version: "${{ matrix.php-version }}"
115115
ini-values: memory_limit=-1

.github/workflows/release-phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: "actions/checkout@v3"
2828

2929
- name: "Install PHP"
30-
uses: "shivammathur/setup-php@v2"
30+
uses: "shivammathur/setup-php@2.24.0"
3131
with:
3232
coverage: "pcov"
3333
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)