Skip to content

Commit

Permalink
ci: bump python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed May 28, 2024
1 parent 0382cc6 commit fdc1188
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.10"]
python_version: ["3.12"]
ansible_version: ["stable-2.15", "stable-2.16", "devel"]
steps:
- name: Perform testing
Expand All @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python_version: ["3.10"]
python_version: ["3.12"]
ansible_version: ["stable-2.15", "stable-2.16", "devel"]
steps:
- name: Perform testing
Expand All @@ -47,7 +47,7 @@ jobs:
matrix:
grafana_version: ["8.5.27", "9.5.19", "10.4.3"]
ansible_version: ["stable-2.15", "stable-2.16", "devel"]
python_version: ["3.10"]
python_version: ["3.12"]
services:
grafana:
image: grafana/grafana:${{ matrix.grafana_version }}
Expand All @@ -69,7 +69,7 @@ jobs:
matrix:
grafana_version: ["8.5.27", "9.5.19", "10.4.3"]
ansible_version: ["stable-2.15", "stable-2.16", "devel"]
python_version: ["3.10"]
python_version: ["3.12"]
services:
grafana:
image: grafana/grafana:${{ matrix.grafana_version }}
Expand Down

0 comments on commit fdc1188

Please sign in to comment.