Skip to content

Commit 7fd6a25

Browse files
authored
Test Julia 1.10 (#69)
1 parent 8382c63 commit 7fd6a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
# We test quite a lot of versions because we do some OS and version specific things unfortunately
27-
julia-version: ['1.6', '1.7', '1.8', '1.9', "~1.10.0-0", 'nightly']
27+
julia-version: ['1.6', '1.7', '1.8', '1.9', '1.10', 'nightly'] # "~1.11.0-0",
2828
os: [ubuntu-latest, macOS-latest, windows-latest]
2929

3030
steps:

0 commit comments

Comments
 (0)