Skip to content

Commit

Permalink
Merge pull request validatedpatterns#273 from mbaldessari/cifix1
Browse files Browse the repository at this point in the history
Use more recent python versions to unreak CI
  • Loading branch information
mbaldessari authored Feb 22, 2023
2 parents 763c3af + 801e906 commit 585f185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Ansible unit tests
strategy:
matrix:
python-version: [3.10.9]
python-version: [3.10.10]
# Set the agent to run on
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jsonschema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Json Schema tests
strategy:
matrix:
python-version: [3.11.1]
python-version: [3.11.2]
# Set the agent to run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit 585f185

Please sign in to comment.