We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af93949 commit abfb085Copy full SHA for abfb085
.github/workflows/ci.yml
@@ -43,7 +43,8 @@ jobs:
43
version:
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'
46
- - '1.11' # the latest stable 1.x release
+ - '1.11'
47
+ - '1.12' # the latest stable 1.x release
48
os:
49
- ubuntu-latest
50
- windows-latest
0 commit comments