mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-05-06 20:56:46 +02:00
check-versions: add last python2 combination
Mercurial 5.8 does keep working with python 2.7, but hggit 0.10.1 doesn't, and neither does dulwich 0.20.0. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
hg: [ '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6' ]
|
||||
hg: [ '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7' ]
|
||||
env:
|
||||
HG_VERSION: ${{ matrix.hg }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user