Skip to content

Commit

Permalink
Update ramsey/composer-install action to v2.3.0
Browse files Browse the repository at this point in the history
| datasource  | package                 | from  | to    |
| ----------- | ----------------------- | ----- | ----- |
| github-tags | ramsey/composer-install | 2.2.0 | 2.3.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent d49ba0a commit b99f1dd
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backward-compatibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite, bcmath, intl, sodium

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}
working-directory: 'tools'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
ref: ${{ github.base_ref }}

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand All @@ -46,7 +46,7 @@ jobs:
with:
clean: false

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_mysql

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_mysql

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down

0 comments on commit b99f1dd

Please sign in to comment.