Skip to content

Commit

Permalink
drop py3.7 from CI and update node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Aug 2, 2024
1 parent a7b977f commit 39fbdd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
name: ${{ matrix.os }}-Python-${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Install appium and adb
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
Expand Down

0 comments on commit 39fbdd3

Please sign in to comment.