Skip to content

Commit

Permalink
Merge pull request #515 from patchlevel/renovate/ramsey-composer-inst…
Browse files Browse the repository at this point in the history
…all-3.x

Update ramsey/composer-install action to v3
  • Loading branch information
DanielBadura authored Mar 1, 2024
2 parents 5f42a77 + 1766960 commit e852d75
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.3.1
- uses: ramsey/composer-install@3.0.0
with:
dependency-versions: ${{ matrix.dependencies }}

- uses: ramsey/composer-install@2.3.1
- uses: ramsey/composer-install@3.0.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.3.1
- uses: ramsey/composer-install@3.0.0
with:
dependency-versions: ${{ matrix.dependencies }}

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

- uses: ramsey/composer-install@2.3.1
- uses: ramsey/composer-install@3.0.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.3.1
- uses: ramsey/composer-install@3.0.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.3.1
- uses: ramsey/composer-install@3.0.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.3.1
- uses: ramsey/composer-install@3.0.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.3.1
- uses: ramsey/composer-install@3.0.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.3.1
- uses: ramsey/composer-install@3.0.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.3.1
- uses: ramsey/composer-install@3.0.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.3.1
- uses: ramsey/composer-install@3.0.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.3.1
- uses: ramsey/composer-install@3.0.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.3.1
- uses: ramsey/composer-install@3.0.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down

0 comments on commit e852d75

Please sign in to comment.