We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bea96 commit 4dff54aCopy full SHA for 4dff54a
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: python-shaarli-client CI
2
on: [push, pull_request]
3
jobs:
4
tox:
5
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
6
strategy:
7
matrix:
8
python-version: ['3.6', '3.7', '3.8', '3.9']
0 commit comments