Skip to content

Commit

Permalink
Bump Python version to 3.10 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rrey committed Nov 4, 2023
1 parent 4ba93ca commit 18c56b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python_version: ["3.9"]
python_version: ["3.10"]
ansible_version: ["stable-2.13", "stable-2.14", "devel"]
steps:
- name: Perform testing
Expand All @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python_version: ["3.9"]
python_version: ["3.10"]
ansible_version: ["stable-2.13", "stable-2.14", "devel"]
steps:
- name: Perform testing
Expand All @@ -47,7 +47,7 @@ jobs:
matrix:
grafana_version: ["9.5.13", "8.5.27", "10.2.0"]
ansible_version: ["stable-2.13", "stable-2.14", "devel"]
python_version: ["3.9"]
python_version: ["3.10"]
services:
grafana:
image: grafana/grafana:${{ matrix.grafana_version }}
Expand Down

0 comments on commit 18c56b3

Please sign in to comment.