Skip to content

Commit

Permalink
ci: drop Python 3.7 and update codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
soda480 committed Nov 25, 2023
1 parent 2c1a053 commit 879f6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-images:
strategy:
matrix:
version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
name: Build Python Docker images
runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
docker cp $ID:/code/target/reports/mpcurses_coverage.xml mpcurses_coverage.xml
sed -i -e 's,filename="mpcurses/,filename="src/main/python/mpcurses/,g' mpcurses_coverage.xml
- name: upload report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: mpcurses_coverage.xml

0 comments on commit 879f6d9

Please sign in to comment.