Skip to content

Commit dc8a471

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Use DOCtor-RST 1.69.0
2 parents 8cb7c6f + 01491f8 commit dc8a471

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ rules:
88
correct_code_block_directive_based_on_the_content: ~
99
deprecated_directive_should_have_version: ~
1010
ensure_bash_prompt_before_composer_command: ~
11+
ensure_class_constant: ~
1112
ensure_correct_format_for_phpfunction: ~
1213
ensure_exactly_one_space_before_directive_type: ~
1314
ensure_exactly_one_space_between_link_definition_and_link: ~

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7373

7474
- name: "Run DOCtor-RST"
75-
uses: docker://oskarstark/doctor-rst:1.68.0
75+
uses: docker://oskarstark/doctor-rst:1.69.0
7676
with:
7777
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7878

0 commit comments

Comments
 (0)