mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-02 09:14:29 +02:00
CI: Bump hard-coded Python versions to 3.11; drop Python 3.9 with devel. (#183)
This commit is contained in:
parent
1fb6915819
commit
08c8c7ecc8
3 changed files with 5 additions and 6 deletions
5
.github/workflows/ansible-test.yml
vendored
5
.github/workflows/ansible-test.yml
vendored
|
@ -109,7 +109,6 @@ jobs:
|
|||
ansible:
|
||||
- devel
|
||||
python:
|
||||
- 3.9
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
include:
|
||||
|
@ -134,10 +133,10 @@ jobs:
|
|||
python: "3.10"
|
||||
# 2.14
|
||||
- ansible: stable-2.14
|
||||
python: "3.9"
|
||||
python: "3.11"
|
||||
# 2.15
|
||||
- ansible: stable-2.15
|
||||
python: "3.11"
|
||||
python: "3.9"
|
||||
|
||||
steps:
|
||||
- name: >-
|
||||
|
|
2
.github/workflows/extra-tests.yml
vendored
2
.github/workflows/extra-tests.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install ansible-core
|
||||
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
||||
|
|
4
.github/workflows/import-galaxy.yml
vendored
4
.github/workflows/import-galaxy.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install ansible-core
|
||||
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
||||
|
@ -71,7 +71,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install ansible-core
|
||||
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue