From 98c1c9263ebdfeb7a393c30b966d60787e518de5 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sat, 30 Jul 2022 01:24:00 -0500 Subject: [PATCH] github: update hg versions Signed-off-by: Felipe Contreras --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0341179..3a02c1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - hg: [ '4.5', '4.6', '4.7', '4.8', '4.9', '5.0' ] + hg: [ '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6' ] env: HG_VERSION: ${{ matrix.hg }} steps: