We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4a4f6 commit 8ef978fCopy full SHA for 8ef978f
.github/workflows/main.yml
@@ -45,10 +45,10 @@ jobs:
45
fail-fast: false
46
matrix:
47
include:
48
- - python-version: 3.6
+ - python-version: 3.8
49
VERSION: "v2.10"
50
INTEGRATION_TESTS: "v2.10"
51
52
VERSION: "v2.11"
53
INTEGRATION_TESTS: "v2.11"
54
#- python-version: 3.6
.github/workflows/release.yml
@@ -9,10 +9,10 @@ jobs:
9
steps:
10
- name: Checkout repo
11
uses: actions/checkout@v2
12
- - name: Set up Python 3.6
+ - name: Set up Python 3.8
13
uses: actions/setup-python@v2
14
with:
15
- python-version: 3.6
+ python-version: 3.8
16
- name: Install ansible-core to deploy collection
17
run: pip install ansible-core
18
- name: Build and Deploy Collection
0 commit comments