Skip to content

Commit 54c2914

Browse files
committed
Merge branch '2.19.x' into 3.1.x
* 2.19.x: Bump ramsey/composer-install from 2 to 3 (#11442) Bump doctrine/.github from 3.0.0 to 5.0.1 Upgrade codecov/codecov-action
2 parents daa99f1 + c5291b4 commit 54c2914

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ on:
2424

2525
jobs:
2626
coding-standards:
27-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@3.0.0"
27+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.0.1"

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: "${{ matrix.dbal-version != 'default' }}"
7676

7777
- name: "Install dependencies with Composer"
78-
uses: "ramsey/composer-install@v2"
78+
uses: "ramsey/composer-install@v3"
7979
with:
8080
composer-options: "--ignore-platform-req=php+"
8181
dependency-versions: "${{ matrix.deps }}"
@@ -156,7 +156,7 @@ jobs:
156156
if: "${{ matrix.dbal-version != 'default' }}"
157157

158158
- name: "Install dependencies with Composer"
159-
uses: "ramsey/composer-install@v2"
159+
uses: "ramsey/composer-install@v3"
160160
with:
161161
composer-options: "--ignore-platform-req=php+"
162162

@@ -222,7 +222,7 @@ jobs:
222222
extensions: "${{ matrix.extension }}"
223223

224224
- name: "Install dependencies with Composer"
225-
uses: "ramsey/composer-install@v2"
225+
uses: "ramsey/composer-install@v3"
226226
with:
227227
composer-options: "--ignore-platform-req=php+"
228228

@@ -296,7 +296,7 @@ jobs:
296296
if: "${{ matrix.dbal-version != 'default' }}"
297297

298298
- name: "Install dependencies with Composer"
299-
uses: "ramsey/composer-install@v2"
299+
uses: "ramsey/composer-install@v3"
300300
with:
301301
composer-options: "--ignore-platform-req=php+"
302302

@@ -337,6 +337,8 @@ jobs:
337337
path: "reports"
338338

339339
- name: "Upload to Codecov"
340-
uses: "codecov/codecov-action@v3"
340+
uses: "codecov/codecov-action@v4"
341341
with:
342342
directory: reports
343+
env:
344+
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: "composer require --dev phpdocumentor/guides-cli --no-update"
3737

3838
- name: "Install dependencies with Composer"
39-
uses: "ramsey/composer-install@v2"
39+
uses: "ramsey/composer-install@v3"
4040
with:
4141
dependency-versions: "highest"
4242

.github/workflows/release-on-milestone-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
release:
10-
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@4.0.0"
10+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@5.0.1"
1111
secrets:
1212
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
1313
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: "${{ matrix.dbal-version != 'default' }}"
8484

8585
- name: Install dependencies with Composer
86-
uses: ramsey/composer-install@v2
86+
uses: ramsey/composer-install@v3
8787

8888
- name: Run static analysis with Vimeo Psalm
8989
run: vendor/bin/psalm --shepherd

0 commit comments

Comments
 (0)