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 0538d3d commit 5d3b097Copy full SHA for 5d3b097
.github/workflows/ci.yml
@@ -64,4 +64,4 @@ jobs:
64
- uses: julia-actions/julia-processcoverage@v1
65
- uses: codecov/codecov-action@v5
66
with:
67
- file: lcov.info
+ files: lcov.info
.github/workflows/docs.yml
@@ -17,10 +17,6 @@ on:
17
- '.github/workflows/TagBot.yml'
18
release:
19
types: [published]
20
- paths-ignore:
21
- - 'LICENSE.md'
22
- - 'README.md'
23
- - '.github/workflows/TagBot.yml'
24
25
jobs:
26
build:
Project.toml
@@ -48,7 +48,7 @@ Reexport = "1.0"
48
SpecialFunctions = "1.1, 2"
49
StaticArrays = "1"
50
Test = "1"
51
-julia = "1.6"
+julia = "1.10"
52
53
[extras]
54
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
0 commit comments