Skip to content

Commit

Permalink
Merge pull request #103 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 4acefbc + 7001807 commit f17355e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.24.0
with:
php-version: 8.1
coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-require-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP with composer require checker
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.24.0
with:
php-version: 8.1
tools: composer-require-checker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roave-bc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fetch-depth: 0

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.24.0
with:
php-version: 8.1
coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.24.0
with:
php-version: 8.1
coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.24.0
with:
php-version: ${{ matrix.php-version }}
# TODO: Remove next lint to enable memcached after that issue is fixed: https://github.com/php-memcached-dev/php-memcached/issues/477
Expand Down

0 comments on commit f17355e

Please sign in to comment.