Skip to content

Commit 1b31b54

Browse files
committed
Merge branch '3.10.x' into 4.3.x
* 3.10.x: Bump GitHub actions (#7229) Test against stable Symfony 8 (#7228) Bump doctrine/.github/.github/workflows/phpstan.yml from 12.2.0 to 13.0.0 (#7223) Bump doctrine/.github/.github/workflows/documentation.yml from 12.2.0 to 13.0.0 (#7224) Bump doctrine/.github/.github/workflows/coding-standards.yml from 12.2.0 to 13.0.0 (#7225) Bump actions/checkout from 5 to 6
2 parents 05f3985 + 63a46cb commit 1b31b54

15 files changed

+18
-18
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ on:
2525
jobs:
2626
coding-standards:
2727
name: "Coding Standards"
28-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@12.2.0"
28+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@13.1.0"
2929
with:
3030
composer-options: "--ignore-platform-req=php+"

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271

272272
steps:
273273
- name: "Checkout"
274-
uses: "actions/checkout@v5"
274+
uses: "actions/checkout@v6"
275275

276276
- name: "Install PHP"
277277
uses: "shivammathur/setup-php@v2"
@@ -283,7 +283,6 @@ jobs:
283283
- name: "Lower minimum stability"
284284
run: |
285285
composer config minimum-stability dev
286-
composer require --no-update --dev symfony/console:^8 symfony/cache:^8
287286
288287
- name: "Install development dependencies with Composer"
289288
uses: "ramsey/composer-install@v3"
@@ -308,7 +307,7 @@ jobs:
308307

309308
steps:
310309
- name: "Checkout"
311-
uses: "actions/checkout@v5"
310+
uses: "actions/checkout@v6"
312311
with:
313312
fetch-depth: 2
314313

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ on:
1717
jobs:
1818
documentation:
1919
name: "Documentation"
20-
uses: "doctrine/.github/.github/workflows/documentation.yml@v12.2.0"
20+
uses: "doctrine/.github/.github/workflows/documentation.yml@13.1.0"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: "Checkout"
40-
uses: "actions/checkout@v5"
40+
uses: "actions/checkout@v6"
4141
with:
4242
fetch-depth: 2
4343

.github/workflows/phpunit-db2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: Install Db2 CLI driver
3636
working-directory: /tmp

.github/workflows/phpunit-mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838

3939
- name: Install PHP
4040
uses: shivammathur/setup-php@v2

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838

3939
- name: Install PHP
4040
uses: shivammathur/setup-php@v2

.github/workflows/phpunit-oracle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636

3737
- name: Install PHP
3838
uses: shivammathur/setup-php@v2

.github/workflows/phpunit-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- name: Install PHP
4343
uses: shivammathur/setup-php@v2

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Install PHP
3232
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)