Skip to content

Commit 132d71c

Browse files
committed
Merge branch '3.9.x' into 4.2.x
2 parents 3004e93 + 0f11e31 commit 132d71c

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
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/[email protected].1"
28+
uses: "doctrine/.github/.github/workflows/[email protected].2"
2929
with:
3030
composer-options: "--ignore-platform-req=php+"

.github/workflows/continuous-integration.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os:
38-
- "ubuntu-22.04"
38+
- "ubuntu-24.04"
3939
php-version:
4040
- "8.4"
4141
- "8.5"
@@ -44,11 +44,11 @@ jobs:
4444
extension:
4545
- "pdo_sqlite"
4646
include:
47-
- os: "ubuntu-20.04"
47+
- os: "ubuntu-22.04"
4848
php-version: "8.1"
4949
dependencies: "lowest"
5050
extension: "pdo_sqlite"
51-
- os: "ubuntu-22.04"
51+
- os: "ubuntu-24.04"
5252
php-version: "8.1"
5353
dependencies: "highest"
5454
extension: "sqlite3"
@@ -93,7 +93,7 @@ jobs:
9393

9494
phpunit-oci8:
9595
name: "PHPUnit on OCI8"
96-
runs-on: "ubuntu-22.04"
96+
runs-on: "ubuntu-24.04"
9797
needs: "phpunit-smoke-check"
9898

9999
strategy:
@@ -153,7 +153,7 @@ jobs:
153153

154154
phpunit-pdo-oci:
155155
name: "PHPUnit on PDO_OCI"
156-
runs-on: "ubuntu-22.04"
156+
runs-on: "ubuntu-24.04"
157157
needs: "phpunit-smoke-check"
158158

159159
strategy:
@@ -213,7 +213,7 @@ jobs:
213213

214214
phpunit-postgres:
215215
name: "PHPUnit with PostgreSQL"
216-
runs-on: "ubuntu-22.04"
216+
runs-on: "ubuntu-24.04"
217217
needs: "phpunit-smoke-check"
218218

219219
strategy:
@@ -283,7 +283,7 @@ jobs:
283283

284284
phpunit-mariadb:
285285
name: "PHPUnit with MariaDB"
286-
runs-on: "ubuntu-22.04"
286+
runs-on: "ubuntu-24.04"
287287
needs: "phpunit-smoke-check"
288288

289289
strategy:
@@ -357,7 +357,7 @@ jobs:
357357

358358
phpunit-mysql:
359359
name: "PHPUnit with MySQL"
360-
runs-on: "ubuntu-22.04"
360+
runs-on: "ubuntu-24.04"
361361
needs: "phpunit-smoke-check"
362362

363363
strategy:
@@ -435,7 +435,7 @@ jobs:
435435

436436
phpunit-mssql:
437437
name: "PHPUnit with SQL Server"
438-
runs-on: "ubuntu-20.04"
438+
runs-on: "ubuntu-22.04"
439439
needs: "phpunit-smoke-check"
440440

441441
strategy:
@@ -502,7 +502,7 @@ jobs:
502502

503503
phpunit-ibm-db2:
504504
name: "PHPUnit with IBM DB2"
505-
runs-on: "ubuntu-22.04"
505+
runs-on: "ubuntu-24.04"
506506
needs: "phpunit-smoke-check"
507507

508508
strategy:
@@ -571,7 +571,7 @@ jobs:
571571

572572
development-deps:
573573
name: "PHPUnit with PDO_SQLite and development dependencies"
574-
runs-on: "ubuntu-22.04"
574+
runs-on: "ubuntu-24.04"
575575

576576
strategy:
577577
matrix:
@@ -600,7 +600,7 @@ jobs:
600600

601601
upload_coverage:
602602
name: "Upload coverage to Codecov"
603-
runs-on: "ubuntu-22.04"
603+
runs-on: "ubuntu-24.04"
604604
needs:
605605
- "phpunit-smoke-check"
606606
- "phpunit-oci8"

.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/[email protected].1"
20+
uses: "doctrine/.github/.github/workflows/[email protected].2"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ on:
2525
jobs:
2626
static-analysis-phpstan:
2727
name: "Static Analysis"
28-
uses: "doctrine/.github/.github/workflows/[email protected].1"
28+
uses: "doctrine/.github/.github/workflows/[email protected].2"

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"psr/log": "^1|^2|^3"
3838
},
3939
"require-dev": {
40-
"doctrine/coding-standard": "12.0.0",
40+
"doctrine/coding-standard": "13.0.0",
4141
"fig/log-test": "^1",
4242
"jetbrains/phpstorm-stubs": "2023.2",
4343
"phpstan/phpstan": "2.1.1",
4444
"phpstan/phpstan-phpunit": "2.0.3",
4545
"phpstan/phpstan-strict-rules": "^2",
4646
"phpunit/phpunit": "10.5.39",
47-
"slevomat/coding-standard": "8.13.1",
48-
"squizlabs/php_codesniffer": "3.10.2",
47+
"slevomat/coding-standard": "8.16.2",
48+
"squizlabs/php_codesniffer": "3.12.0",
4949
"symfony/cache": "^6.3.8|^7.0",
5050
"symfony/console": "^5.4|^6.3|^7.0"
5151
},

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<exclude name="SlevomatCodingStandard.Classes.DisallowLateStaticBindingForConstants.DisallowedLateStaticBindingForConstant"/>
2424
<exclude name="SlevomatCodingStandard.ControlStructures.ControlStructureSpacing.IncorrectLinesCountAfterLastControlStructure"/>
2525
<!-- https://github.com/doctrine/coding-standard/issues/288 -->
26-
<exclude name="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat.DisallowedShortNullable"/>
26+
<exclude name="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat"/>
2727

2828
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
2929
<!-- https://github.com/slevomat/coding-standard/issues/867 -->

tests/FunctionalTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ final protected function disconnect(): void
7373
// (e.g. to drop a table), and then this reopened connection will remain open and attached to the PHPUnit result
7474
// until the end of the suite leaking connection resources, while subsequent tests will use
7575
// the newly established shared connection.
76-
unset($this->connection);
76+
unset($this->connection); // @phpstan-ignore unset.possiblyHookedProperty
7777

7878
$this->isConnectionReusable = true;
7979
}

tests/Platforms/PostgreSQLPlatformTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,10 +823,10 @@ public function testAlterTableChangeJsonbToJson(): void
823823
$tableDiff = new TableDiff($table, changedColumns: [
824824
'payload' => new ColumnDiff(
825825
$table->getColumn('payload'),
826-
(new Column(
826+
new Column(
827827
'payload',
828828
Type::getType(Types::JSON),
829-
)),
829+
),
830830
),
831831
]);
832832

0 commit comments

Comments
 (0)