Skip to content

Commit bad0a3e

Browse files
committed
check-versions: test hg 7.0
1 parent 705f9ec commit bad0a3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
hg: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7', '6.8', '6.9' ]
10+
hg: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7', '6.8', '6.9', '7.0' ]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5

tools/versions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
2828
6.7
2929
6.8
3030
6.9
31+
7.0

0 commit comments

Comments
 (0)