We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5067bd commit d67e126Copy full SHA for d67e126
.github/workflows/ci.yml
@@ -41,7 +41,8 @@ jobs:
41
fail-fast: false
42
matrix:
43
version:
44
- - 'min' # the earliest supported version compatible with the project
+ # 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'
46
- '1' # the latest stable 1.x release
47
os:
48
- ubuntu-latest
0 commit comments