Skip to content

Commit

Permalink
Modern python is causing tests to fail. Code deprecated so 🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
ployt0 committed Aug 7, 2023
1 parent d1c20cb commit db03319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ on:
inputs:
python_version:
type: choice
description: Choose python version
description: Choose python version (as long as it's 3.10)
options:
- "3.12.0-rc.1"
- "3.11"
- "3.10"
- "3.9"
default: "3.11"
default: "3.10"
wp_version:
description: Choose WordPress version
default: "6.2.2"
Expand All @@ -43,7 +43,7 @@ jobs:

- name: Set the variables
env:
DEFAULT_PY_VERSION: '3.11'
DEFAULT_PY_VERSION: '3.10'
DEFAULT_WP_VERSION: "6.2.2"
DEFAULT_MARIA_IMG: "10.8.3-jammy"
run: |
Expand Down

0 comments on commit db03319

Please sign in to comment.