Skip to content

Commit

Permalink
Roll back shivammathur/setup-php action to 2.24.0
Browse files Browse the repository at this point in the history
| datasource  | package                | from | to     |
| ----------- | ---------------------- | ---- | ------ |
| github-tags | shivammathur/setup-php | v2   | 2.24.0 |
  • Loading branch information
renovate[bot] committed Feb 26, 2023
1 parent 4acefbc commit 7001807
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 7001807

Please sign in to comment.