Skip to content

Commit 8ef978f

Browse files
authored
Fixes #592: Move integration tests to python3.8 (#623)
- Integration tests are now run on python 3.8 - Collection is built on python 3.8 for release to galaxy
1 parent 0f4a4f6 commit 8ef978f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
include:
48-
- python-version: 3.6
48+
- python-version: 3.8
4949
VERSION: "v2.10"
5050
INTEGRATION_TESTS: "v2.10"
51-
- python-version: 3.6
51+
- python-version: 3.8
5252
VERSION: "v2.11"
5353
INTEGRATION_TESTS: "v2.11"
5454
#- python-version: 3.6

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
steps:
1010
- name: Checkout repo
1111
uses: actions/checkout@v2
12-
- name: Set up Python 3.6
12+
- name: Set up Python 3.8
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.6
15+
python-version: 3.8
1616
- name: Install ansible-core to deploy collection
1717
run: pip install ansible-core
1818
- name: Build and Deploy Collection

0 commit comments

Comments
 (0)