Merge commit '7c373be665ebcf794a297b3c98afd9d94365d9f9' into felipec

These changes can be merged and accepted with limited conflict resolution.
This commit is contained in:
Mark Nauwelaerts
2025-05-01 16:05:05 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
name: CI
on:
push:
@@ -6,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

View File

@@ -38,3 +38,4 @@
6.1
6.2
6.3
6.4