Skip to content

Commit d67e126

Browse files
authored
Fix tests (#127)
1 parent a5067bd commit d67e126

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
version:
44-
- 'min' # the earliest supported version compatible with the project
44+
# Don't use 'min' version, which will ignore hotfixes, i.e. 1.10.0 will be used instead of e.g. 1.10.8.
45+
- '1.10'
4546
- '1' # the latest stable 1.x release
4647
os:
4748
- ubuntu-latest

0 commit comments

Comments
 (0)