Skip to content

Commit 6ff250f

Browse files
committed
Resume CI on Julia 1.11
1 parent 48b80b0 commit 6ff250f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- '1.6' # previous LTS
5050
# - '1.9' # TODO: uncomment this line once we fix the tests on 1.9
5151
- '1.10' # current LTS
52-
# - '1.11' # TODO: uncomment this line once we fix the tests on 1.11
52+
- '1.11'
5353
# - 'nightly' # TODO: decide whether we want to run any CI jobs on nightly.
5454
julia-arch:
5555
- 'x64' # 32-bit Julia

0 commit comments

Comments
 (0)