Skip to content

Commit 2292078

Browse files
authored
Update CI.yml
1 parent 58efb88 commit 2292078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
matrix:
1616
version:
1717
- '1.10'
18+
- '1.11'
1819
os:
1920
- ubuntu-latest
2021
arch:
@@ -25,4 +26,4 @@ jobs:
2526
with:
2627
version: ${{ matrix.version }}
2728
arch: ${{ matrix.arch }}
28-
- uses: julia-actions/julia-runtest@latest
29+
- uses: julia-actions/julia-runtest@latest

0 commit comments

Comments
 (0)