Skip to content

Commit 8dd4530

Browse files
authored
Merge pull request #796 from patchlevel/3.14.x-merge-up-into-4.0.x_3Mm6JAUR
Merge release 3.14.0 into 4.0.x
2 parents ce3769a + 4b84e22 commit 8dd4530

53 files changed

Lines changed: 1919 additions & 3305 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/backward-compatibility-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
dependencies:
1717
- "locked"
1818
php-version:
19-
- "8.4"
19+
- "8.5"
2020
operating-system:
2121
- "ubuntu-latest"
2222

@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: "Install PHP"
30-
uses: "shivammathur/setup-php@2.35.5"
30+
uses: "shivammathur/setup-php@2.36.0"
3131
with:
3232
coverage: "pcov"
3333
php-version: "${{ matrix.php-version }}"

.github/workflows/benchmark.yml

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

3939
steps:
4040
- name: "Install PHP"
41-
uses: "shivammathur/setup-php@2.35.5"
41+
uses: "shivammathur/setup-php@2.36.0"
4242
with:
4343
coverage: none
4444
php-version: "${{ matrix.php-version }}"

.github/workflows/coding-standard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.4"
23+
- "8.5"
2424
operating-system:
2525
- "ubuntu-latest"
2626

@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v6
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.35.5"
32+
uses: "shivammathur/setup-php@2.36.0"
3333
with:
3434
coverage: none
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/deptrac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.4"
23+
- "8.5"
2424
operating-system:
2525
- "ubuntu-latest"
2626

@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v6
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.35.5"
32+
uses: "shivammathur/setup-php@2.36.0"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/docs-check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22-
- "8.4"
22+
- "8.5"
2323
operating-system:
2424
- "ubuntu-latest"
2525

@@ -28,12 +28,11 @@ jobs:
2828
uses: actions/checkout@v6
2929

3030
- name: "Install PHP"
31-
uses: "shivammathur/setup-php@2.35.5"
31+
uses: "shivammathur/setup-php@2.36.0"
3232
with:
3333
coverage: none
3434
php-version: "${{ matrix.php-version }}"
3535
ini-values: memory_limit=-1, opcache.enable_cli=1
36-
extensions: pdo_sqlite
3736

3837
- uses: ramsey/composer-install@3.1.1
3938
with:

.github/workflows/integration.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
dependencies:
3434
- "locked"
3535
php-version:
36-
- "8.4"
36+
- "8.5"
3737
operating-system:
3838
- "ubuntu-latest"
3939
postgres-version:
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v6
5353

5454
- name: "Install PHP"
55-
uses: "shivammathur/setup-php@2.35.5"
55+
uses: "shivammathur/setup-php@2.36.0"
5656
with:
5757
coverage: "pcov"
5858
php-version: "${{ matrix.php-version }}"
@@ -89,7 +89,7 @@ jobs:
8989
dependencies:
9090
- "locked"
9191
php-version:
92-
- "8.4"
92+
- "8.5"
9393
operating-system:
9494
- "ubuntu-latest"
9595
mariadb-version:
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v6
108108

109109
- name: "Install PHP"
110-
uses: "shivammathur/setup-php@2.35.5"
110+
uses: "shivammathur/setup-php@2.36.0"
111111
with:
112112
coverage: "pcov"
113113
php-version: "${{ matrix.php-version }}"
@@ -145,7 +145,7 @@ jobs:
145145
dependencies:
146146
- "locked"
147147
php-version:
148-
- "8.4"
148+
- "8.5"
149149
operating-system:
150150
- "ubuntu-latest"
151151
mysql-version:
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/checkout@v6
163163

164164
- name: "Install PHP"
165-
uses: "shivammathur/setup-php@2.35.5"
165+
uses: "shivammathur/setup-php@2.36.0"
166166
with:
167167
coverage: "pcov"
168168
php-version: "${{ matrix.php-version }}"
@@ -187,7 +187,7 @@ jobs:
187187
dependencies:
188188
- "locked"
189189
php-version:
190-
- "8.4"
190+
- "8.5"
191191
operating-system:
192192
- "ubuntu-latest"
193193

@@ -196,7 +196,7 @@ jobs:
196196
uses: actions/checkout@v6
197197

198198
- name: "Install PHP"
199-
uses: "shivammathur/setup-php@2.35.5"
199+
uses: "shivammathur/setup-php@2.36.0"
200200
with:
201201
coverage: "pcov"
202202
php-version: "${{ matrix.php-version }}"

.github/workflows/mutation-tests-diff.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
dependencies:
1717
- "locked"
1818
php-version:
19-
- "8.4"
19+
- "8.5"
2020
operating-system:
2121
- "ubuntu-latest"
2222

@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: "Install PHP"
30-
uses: "shivammathur/setup-php@2.35.5"
30+
uses: "shivammathur/setup-php@2.36.0"
3131
with:
3232
coverage: "pcov"
3333
php-version: "${{ matrix.php-version }}"
@@ -39,4 +39,4 @@ jobs:
3939
dependency-versions: ${{ matrix.dependencies }}
4040

4141
- name: "Infection"
42-
run: "vendor/bin/roave-infection-static-analysis-plugin --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --only-covered --min-msi=80 --min-covered-msi=95"
42+
run: "vendor/bin/infection --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --with-uncovered --min-msi=90 --min-covered-msi=95"

.github/workflows/mutation-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.4"
23+
- "8.5"
2424
operating-system:
2525
- "ubuntu-latest"
2626

@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v6
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.35.5"
32+
uses: "shivammathur/setup-php@2.36.0"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"
@@ -41,6 +41,6 @@ jobs:
4141
dependency-versions: ${{ matrix.dependencies }}
4242

4343
- name: "Infection"
44-
run: "vendor/bin/roave-infection-static-analysis-plugin --threads=max"
44+
run: "vendor/bin/infection --threads=max"
4545
env:
4646
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.4"
23+
- "8.5"
2424
operating-system:
2525
- "ubuntu-latest"
2626

@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v6
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.35.5"
32+
uses: "shivammathur/setup-php@2.36.0"
3333
with:
3434
coverage: none
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/psalm.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)