We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51830d6 commit 8b92974Copy full SHA for 8b92974
1 file changed
.github/workflows/Test.yml
@@ -57,6 +57,8 @@ jobs:
57
exclude:
58
- skip_lts: true
59
version: "1.10"
60
+ - skip_lts: true
61
+ version: "pre"
62
- version: "1"
63
group: Back/ChainRules
64
env:
@@ -103,6 +105,7 @@ jobs:
103
105
version:
104
106
- "1.10"
107
- "1"
108
+ - "pre"
109
group:
110
- Formalities
111
- Zero
@@ -113,6 +116,8 @@ jobs:
113
116
114
117
115
118
119
120
121
122
JULIA_DIT_TEST_GROUP: ${{ matrix.group }}
123
JULIA_DI_PR_DRAFT: ${{ github.event.pull_request.draft }}
0 commit comments