Skip to content

Commit b8c716c

Browse files
committed
Merge branch '3.13.x' into 4.0.x
2 parents 0c41ffc + 644d490 commit b8c716c

9 files changed

Lines changed: 113 additions & 82 deletions

File tree

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030

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

.github/workflows/docs-build-try.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.x"
2222

.github/workflows/docs-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.x"
2424

@@ -39,14 +39,14 @@ jobs:
3939

4040
- name: Normalize current versions
4141
id: current
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
with:
4444
script: return context.ref.match(/([0-9]+\.[0-9]+)\.(x|[0-9]+)/i)[1];
4545
result-encoding: string
4646

4747
- name: Normalize latest versions
4848
id: latest
49-
uses: actions/github-script@v7
49+
uses: actions/github-script@v8
5050
with:
5151
script: return "${{steps.latest_release.outputs.release}}".match(/([0-9]+\.[0-9]+)\.[0-9]+/i)[1];
5252
result-encoding: string

.github/workflows/docs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v5
2929

3030
- name: "Install PHP"
31-
uses: "shivammathur/setup-php@2.35.4"
31+
uses: "shivammathur/setup-php@2.35.5"
3232
with:
3333
coverage: none
3434
php-version: "${{ matrix.php-version }}"

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030

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

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v5
4040

4141
- name: "Install PHP"
42-
uses: "shivammathur/setup-php@2.35.4"
42+
uses: "shivammathur/setup-php@2.35.5"
4343
with:
4444
coverage: "pcov"
4545
php-version: "${{ matrix.php-version }}"

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030

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

composer.lock

Lines changed: 103 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mkdocs==1.6.1
22
mike==2.1.3
33
markdown==3.9
4-
mkdocs-material==9.6.18
4+
mkdocs-material==9.6.20
55

66
# Markdown extensions
77
Pygments==2.19.2

0 commit comments

Comments
 (0)