Skip to content

Commit 8fd31e0

Browse files
authored
Update Python to 3.11, and the default ansible-core branch to stable-2.17. (#94)
1 parent 977cf28 commit 8fd31e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/_shared-docs-build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ on:
1616
description: The version of Python to install.
1717
required: false
1818
type: string
19-
default: '3.10'
19+
default: '3.11'
2020
ansible-ref:
2121
description: The ref from which to install ansible, for example "stable-2.14" or "milestone".
2222
required: false
2323
type: string
24-
default: stable-2.15
24+
default: stable-2.17
2525
init-dest-dir:
2626
description: A directory relative to the checkout where the init process has already been run.
2727
required: false

.github/workflows/_shared-docs-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ on:
1616
description: The version of Python to install.
1717
required: false
1818
type: string
19-
default: '3.10'
19+
default: '3.11'
2020
ansible-ref:
2121
description: The ref from which to install ansible, for example "stable-2.14" or "milestone".
2222
required: false
2323
type: string
24-
default: stable-2.15
24+
default: stable-2.17
2525
build-ref:
2626
description: |
2727
The ref from this repository to check out and build.

0 commit comments

Comments
 (0)