Skip to content

Commit

Permalink
Change python integration test version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Jun 6, 2023
1 parent 6428fad commit 255753c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8' ]
python-version: [ '3.10' ]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8']
python-version: ['3.10']
cloud-provider: ['aws', 'azure', 'gcp', 'mock', 'openstack']

steps:
Expand Down

0 comments on commit 255753c

Please sign in to comment.