mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-03 01:55:49 +01:00
check-versions: update
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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hg: [ '5.5', '5.6', '5.7', '5.8', '5.9', '6.0', '6.1', '6.2' ]
|
hg: [ '5.5', '5.6', '5.7', '5.8', '5.9', '6.0', '6.1', '6.2', '6.3' ]
|
||||||
env:
|
env:
|
||||||
HG_VERSION: ${{ matrix.hg }}
|
HG_VERSION: ${{ matrix.hg }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -47,4 +47,6 @@ hg:6.0 hggit:0.10.2 dulwich:0.20.0 # 2021_11
|
|||||||
hg:6.1 hggit:0.10.2 dulwich:0.20.0 # 2022_02
|
hg:6.1 hggit:0.10.2 dulwich:0.20.0 # 2022_02
|
||||||
hg:6.2 hggit:0.10.2 dulwich:0.20.0 # 2022_07
|
hg:6.2 hggit:0.10.2 dulwich:0.20.0 # 2022_07
|
||||||
|
|
||||||
hg:6.2 hggit:1.0.0 dulwich:0.20.45 # latest
|
hg:6.3 hggit:1.0.1 dulwich:0.20.50
|
||||||
|
|
||||||
|
# hg:6.3 hggit:1.0.1 dulwich:0.21.3 # latest
|
||||||
|
|||||||
Reference in New Issue
Block a user