From 3bfec5fc6feea7d29fdf0a42f55247c2680fce80 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 22 Mar 2023 18:16:52 -0600 Subject: [PATCH 1/2] github: give a name to the action Signed-off-by: Felipe Contreras --- .github/workflows/{main.yml => ci.yml} | 2 ++ 1 file changed, 2 insertions(+) rename .github/workflows/{main.yml => ci.yml} (99%) diff --git a/.github/workflows/main.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/main.yml rename to .github/workflows/ci.yml index 819e0d4..6fb0b15 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,5 @@ +name: CI + on: push: From 7c373be665ebcf794a297b3c98afd9d94365d9f9 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Thu, 4 May 2023 07:20:51 -0600 Subject: [PATCH 2/2] test: test against hg 6.4 Signed-off-by: Felipe Contreras --- .github/workflows/ci.yml | 2 +- tools/versions.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fb0b15..027b999 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - hg: [ '5.5', '5.6', '5.7', '5.8', '5.9', '6.0', '6.1', '6.2', '6.3' ] + hg: [ '5.5', '5.6', '5.7', '5.8', '5.9', '6.0', '6.1', '6.2', '6.3', '6.4' ] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 diff --git a/tools/versions.txt b/tools/versions.txt index 176c30e..379a81b 100644 --- a/tools/versions.txt +++ b/tools/versions.txt @@ -22,3 +22,4 @@ 6.1 6.2 6.3 +6.4