Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmelina committed Dec 11, 2023
1 parent abaad68 commit 9622d2a
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-x86-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-x86-java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/azure-x86-java19.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/azure-x86-java20.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/azure-x86-java21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-x86-java8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcp-x86-java-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcp-x86-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcp-x86-java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/gcp-x86-java19.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/gcp-x86-java21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcp-x86-java8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down

0 comments on commit 9622d2a

Please sign in to comment.