Skip to content

Commit c15bde2

Browse files
committed
Merge branch 'master' into release-6.x
2 parents 8beed49 + e8d72a4 commit c15bde2

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: [ubuntu-latest]
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Lint markdown files
2525
uses: nosborn/github-action-markdown-cli@v3

.github/workflows/interoperability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
git config --global core.autocrlf false
4848
git config --global core.eol lf
4949
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151

5252
- name: Cache composer dependencies
5353
uses: actions/cache@v4

.github/workflows/php.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
git config --global core.autocrlf false
7070
git config --global core.eol lf
7171
72-
- uses: actions/checkout@v5
72+
- uses: actions/checkout@v6
7373

7474
- name: Get composer cache directory
7575
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -131,7 +131,7 @@ jobs:
131131
git config --global core.autocrlf false
132132
git config --global core.eol lf
133133
134-
- uses: actions/checkout@v5
134+
- uses: actions/checkout@v6
135135

136136
- name: Get composer cache directory
137137
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -169,7 +169,7 @@ jobs:
169169
- name: Setup problem matchers for PHP
170170
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
171171

172-
- uses: actions/checkout@v5
172+
- uses: actions/checkout@v6
173173

174174
- name: Get composer cache directory
175175
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -223,7 +223,7 @@ jobs:
223223
- name: Setup problem matchers for PHP
224224
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
225225

226-
- uses: actions/checkout@v5
226+
- uses: actions/checkout@v6
227227

228228
- name: Get composer cache directory
229229
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -252,7 +252,7 @@ jobs:
252252
runs-on: [ubuntu-latest]
253253
needs: [unit-tests-linux]
254254
steps:
255-
- uses: actions/checkout@v5
255+
- uses: actions/checkout@v6
256256

257257
- uses: actions/download-artifact@v6
258258
with:

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ comment:
1616
branches: null
1717
github_checks:
1818
annotations: false
19+
ignore:
20+
- 'classes/element.registry.php'

0 commit comments

Comments
 (0)