Skip to content

Commit 51f2fd8

Browse files
committed
Bump minimum julia version to v1.10
1 parent 0538d3d commit 51f2fd8

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
- uses: julia-actions/julia-processcoverage@v1
6565
- uses: codecov/codecov-action@v5
6666
with:
67-
file: lcov.info
67+
files: lcov.info

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ on:
1717
- '.github/workflows/TagBot.yml'
1818
release:
1919
types: [published]
20-
paths-ignore:
21-
- 'LICENSE.md'
22-
- 'README.md'
23-
- '.github/workflows/TagBot.yml'
2420

2521
jobs:
2622
build:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Reexport = "1.0"
4848
SpecialFunctions = "1.1, 2"
4949
StaticArrays = "1"
5050
Test = "1"
51-
julia = "1.6"
51+
julia = "1.10"
5252

5353
[extras]
5454
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)