You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ on:
8
8
push:
9
9
branches:
10
10
- master
11
+
- v11
11
12
tags: '*'
12
13
jobs:
13
14
test:
@@ -17,7 +18,7 @@ jobs:
17
18
fail-fast: false
18
19
matrix:
19
20
version:
20
-
- '1.7'# Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
21
+
- '1.10'# Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
21
22
- '1'# Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
0 commit comments