Skip to content

Commit bf9bea8

Browse files
committed
incremented julia compatibility requirement
1 parent 3c1670c commit bf9bea8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: julia-actions/setup-julia@latest
4040
with:
4141
# The Julia version to download (if necessary) and use.
42-
version: 1.8
42+
version: 1.11
4343
# Display InteractiveUtils.versioninfo() after installing
4444
show-versioninfo: true # optional, default is false
4545
- run: |

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main # update to match your development branch (master, main, dev, trunk, ...)
7-
tags: 'v0.0.01'
7+
tags: 'v0.1.0'
88
pull_request:
99

1010
jobs:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
2727
ACEfrictionCore = "0.1.0"
2828
JuLIP = "0.16"
2929
StaticArrays = "1.0"
30-
julia = "1.7"
30+
julia = "1.11"
3131

3232
[extras]
3333
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)